Html Css Color HEX #06FFD0 Bright Turquoise

📋 copy color: '#06FFD0'

red 6 ◦ green 255 ◦ blue 208

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

Shades of Bright Turquoise #06FFD0

Tints of Bright Turquoise #06FFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 54.37%

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 1.28%
G = 54.37%
B = 44.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#06FFD0 (or 0x06FFD0) is known color: Bright Turquoise. HEX triplet: 06, FF and D0. RGB value is (6,255,208). Sum of RGB (Red+Green+Blue) = 6+255+208=469 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FFD0 is #F9002F. Grayscale: #AFAFAF. Windows color (decimal): -16318512 or 13696774. OLE color: 13696774.

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

Color convert

RGB 6 255 208 -
CMYK 0.98 0 0.18 0
HSL 168.67º 1% 0.51% -
HSV(B) 168.67º 0.98% 1% -
XYZ 47.22 76.11 71.88 -
YUV 175.19 146.51 7.32 -
System Red Green Blue C M Y K H S L
Decimal 6 255 208 0.98 0 0.18 0 168.67 1 0.51
Hex 6 FF D0 62 0 12 0 A9 64 33
Octal 6 377 320 142 0 22 0 251 144 63
Binary 110 11111111 11010000 1100010 0 10010 0 10101001 1100100 110011

Color Harmonies of #06FFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FFD0

Black with #06FFD0

Text Example


Text Example

White with #06FFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,255,208); }

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

background-color css

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

 a { background-color: rgb(6,255,208); }

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

border-color css

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

 span { border-color: rgb(6,255,208); }

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