Html Css Color HEX #06E5D9 Bright Turquoise

📋 copy color: '#06E5D9'

red 6 ◦ green 229 ◦ blue 217

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

Shades of Bright Turquoise #06E5D9

Tints of Bright Turquoise #06E5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.66%

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 1.33%
G = 50.66%
B = 48.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#06E5D9 (or 0x06E5D9) is known color: Bright Turquoise. HEX triplet: 06, E5 and D9. RGB value is (6,229,217). Sum of RGB (Red+Green+Blue) = 6+229+217=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #06E5D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06E5D9 is #F91A26. Grayscale: #A0A0A0. Windows color (decimal): -16325159 or 14279942. OLE color: 14279942.

HSL color Cylindrical-coordinate representation of color #06E5D9: hue angle of 176.77º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E5D9 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 229 217 -
CMYK 0.97 0 0.05 0.10
HSL 176.77º 0.95% 0.46% -
HSV(B) 176.77º 0.97% 0.9% -
XYZ 40.62 61.09 75.3 -
YUV 160.96 159.62 17.48 -
System Red Green Blue C M Y K H S L
Decimal 6 229 217 0.97 0 0.05 0.10 176.77 0.95 0.46
Hex 6 E5 D9 61 0 5 A B1 5F 2E
Octal 6 345 331 141 0 5 12 261 137 56
Binary 110 11100101 11011001 1100001 0 101 1010 10110001 1011111 101110

Color Harmonies of #06E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E5D9

Black with #06E5D9

Text Example


Text Example

White with #06E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,229,217); }

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

background-color css

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

 a { background-color: rgb(6,229,217); }

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

border-color css

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

 span { border-color: rgb(6,229,217); }

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