Html Css Color HEX #06FCED Aqua

📋 copy color: '#06FCED'

red 6 ◦ green 252 ◦ blue 237

#06FCED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #06FCED

Tints of Aqua #06FCED

RGB

 RED value IS 6 (2.73% from 255) = 1.21%

 GREEN value IS 252 (98.83% from 255) = 50.91%

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 1.21%
G = 50.91%
B = 47.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06FCED (or 0x06FCED) is known color: Aqua. HEX triplet: 06, FC and ED. RGB value is (6,252,237). Sum of RGB (Red+Green+Blue) = 6+252+237=495 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FCED is #F90312. Grayscale: #B0B0B0. Windows color (decimal): -16319251 or 15596550. OLE color: 15596550.

HSL color Cylindrical-coordinate representation of color #06FCED: hue angle of 176.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FCED is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 252 237 -
CMYK 0.98 0 0.06 0.01
HSL 176.34º 0.98% 0.51% -
HSV(B) 176.34º 0.98% 0.99% -
XYZ 50.17 75.77 92.1 -
YUV 176.74 162 6.22 -
System Red Green Blue C M Y K H S L
Decimal 6 252 237 0.98 0 0.06 0.01 176.34 0.98 0.51
Hex 6 FC ED 62 0 6 1 B0 62 33
Octal 6 374 355 142 0 6 1 260 142 63
Binary 110 11111100 11101101 1100010 0 110 1 10110000 1100010 110011

Color Harmonies of #06FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FCED

Black with #06FCED

Text Example


Text Example

White with #06FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FCED; }

 p { color: rgb(6,252,237); }

 H1.HeaderClassName
 {
   color: #06FCED;
 }
 .AnyTagClassName
 {
   color: #06FCED;
 }
</style>

background-color css

<style>
 a { background-color: #06FCED; }

 a { background-color: rgb(6,252,237); }

 div.DivClassName
 {
   background-color: #06FCED;
 }
 .BgClassName
 {
   background-color: #06FCED;
 }
</style>

border-color css

<style>
 span { border-color: #06FCED; }

 span { border-color: rgb(6,252,237); }

 td.TdClassName
 {
   border-color: #06FCED;
 }
 .TagClassName
 {
   border-color: #06FCED;
 }
</style>