Html Css Color HEX #06FCCE Bright Turquoise

📋 copy color: '#06FCCE'

red 6 ◦ green 252 ◦ blue 206

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

Shades of Bright Turquoise #06FCCE

Tints of Bright Turquoise #06FCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 1.29%
G = 54.31%
B = 44.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#06FCCE (or 0x06FCCE) is known color: Bright Turquoise. HEX triplet: 06, FC and CE. RGB value is (6,252,206). Sum of RGB (Red+Green+Blue) = 6+252+206=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FCCE is #F90331. Grayscale: #ADADAD. Windows color (decimal): -16319282 or 13564934. OLE color: 13564934.

HSL color Cylindrical-coordinate representation of color #06FCCE: hue angle of 168.78º 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 #06FCCE is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 252 206 -
CMYK 0.98 0 0.18 0.01
HSL 168.78º 0.98% 0.51% -
HSV(B) 168.78º 0.98% 0.99% -
XYZ 46.03 74.12 70.27 -
YUV 173.2 146.5 8.74 -
System Red Green Blue C M Y K H S L
Decimal 6 252 206 0.98 0 0.18 0.01 168.78 0.98 0.51
Hex 6 FC CE 62 0 12 1 A9 62 33
Octal 6 374 316 142 0 22 1 251 142 63
Binary 110 11111100 11001110 1100010 0 10010 1 10101001 1100010 110011

Color Harmonies of #06FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FCCE

Black with #06FCCE

Text Example


Text Example

White with #06FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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