Html Css Color HEX #06FEE0 Bright Turquoise

📋 copy color: '#06FEE0'

red 6 ◦ green 254 ◦ blue 224

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

Shades of Bright Turquoise #06FEE0

Tints of Bright Turquoise #06FEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.48%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 1.24%
G = 52.48%
B = 46.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#06FEE0 (or 0x06FEE0) is known color: Bright Turquoise. HEX triplet: 06, FE and E0. RGB value is (6,254,224). Sum of RGB (Red+Green+Blue) = 6+254+224=484 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #06FEE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FEE0 is #F9011F. Grayscale: #B0B0B0. Windows color (decimal): -16318752 or 14745094. OLE color: 14745094.

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

Color convert

RGB 6 254 224 -
CMYK 0.98 0 0.12 0.00
HSL 172.74º 0.99% 0.51% -
HSV(B) 172.74º 0.98% 1% -
XYZ 48.97 76.3 82.67 -
YUV 176.43 154.84 6.44 -
System Red Green Blue C M Y K H S L
Decimal 6 254 224 0.98 0 0.12 0.00 172.74 0.99 0.51
Hex 6 FE E0 62 0 C 0 AD 63 33
Octal 6 376 340 142 0 14 0 255 143 63
Binary 110 11111110 11100000 1100010 0 1100 0 10101101 1100011 110011

Color Harmonies of #06FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FEE0

Black with #06FEE0

Text Example


Text Example

White with #06FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,254,224); }

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

background-color css

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

 a { background-color: rgb(6,254,224); }

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

border-color css

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

 span { border-color: rgb(6,254,224); }

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