Html Css Color HEX #06EDE8 Bright Turquoise

📋 copy color: '#06EDE8'

red 6 ◦ green 237 ◦ blue 232

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

Shades of Bright Turquoise #06EDE8

Tints of Bright Turquoise #06EDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.89%

 BLUE value IS 232 (91.02% from 255) = 48.84%

R = 1.26%
G = 49.89%
B = 48.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#06EDE8 (or 0x06EDE8) is known color: Bright Turquoise. HEX triplet: 06, ED and E8. RGB value is (6,237,232). Sum of RGB (Red+Green+Blue) = 6+237+232=475 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #06EDE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EDE8 is #F91217. Grayscale: #A7A7A7. Windows color (decimal): -16323096 or 15265030. OLE color: 15265030.

HSL color Cylindrical-coordinate representation of color #06EDE8: hue angle of 178.7º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EDE8 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 237 232 -
CMYK 0.97 0 0.02 0.07
HSL 178.7º 0.95% 0.48% -
HSV(B) 178.7º 0.97% 0.93% -
XYZ 44.92 66.43 86.8 -
YUV 167.36 164.47 12.91 -
System Red Green Blue C M Y K H S L
Decimal 6 237 232 0.97 0 0.02 0.07 178.7 0.95 0.48
Hex 6 ED E8 61 0 2 7 B3 5F 30
Octal 6 355 350 141 0 2 7 263 137 60
Binary 110 11101101 11101000 1100001 0 10 111 10110011 1011111 110000

Color Harmonies of #06EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06EDE8

Black with #06EDE8

Text Example


Text Example

White with #06EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,237,232); }

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

background-color css

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

 a { background-color: rgb(6,237,232); }

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

border-color css

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

 span { border-color: rgb(6,237,232); }

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