Html Css Color HEX #06E7DD Bright Turquoise

📋 copy color: '#06E7DD'

red 6 ◦ green 231 ◦ blue 221

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

Shades of Bright Turquoise #06E7DD

Tints of Bright Turquoise #06E7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.44%

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 1.31%
G = 50.44%
B = 48.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#06E7DD (or 0x06E7DD) is known color: Bright Turquoise. HEX triplet: 06, E7 and DD. RGB value is (6,231,221). Sum of RGB (Red+Green+Blue) = 6+231+221=458 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #06E7DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E7DD is #F91822. Grayscale: #A2A2A2. Windows color (decimal): -16324643 or 14542598. OLE color: 14542598.

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

Color convert

RGB 6 231 221 -
CMYK 0.97 0 0.04 0.09
HSL 177.33º 0.95% 0.46% -
HSV(B) 177.33º 0.97% 0.91% -
XYZ 41.7 62.41 78.26 -
YUV 162.59 160.96 16.31 -
System Red Green Blue C M Y K H S L
Decimal 6 231 221 0.97 0 0.04 0.09 177.33 0.95 0.46
Hex 6 E7 DD 61 0 4 9 B1 5F 2E
Octal 6 347 335 141 0 4 11 261 137 56
Binary 110 11100111 11011101 1100001 0 100 1001 10110001 1011111 101110

Color Harmonies of #06E7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E7DD

Black with #06E7DD

Text Example


Text Example

White with #06E7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,231,221); }

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

background-color css

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

 a { background-color: rgb(6,231,221); }

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

border-color css

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

 span { border-color: rgb(6,231,221); }

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