Html Css Color HEX #09E6CE Bright Turquoise

📋 copy color: '#09E6CE'

red 9 ◦ green 230 ◦ blue 206

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

Shades of Bright Turquoise #09E6CE

Tints of Bright Turquoise #09E6CE

RGB

 RED value IS 9 (3.91% from 255) = 2.02%

 GREEN value IS 230 (90.23% from 255) = 51.69%

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

R = 2.02%
G = 51.69%
B = 46.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#09E6CE (or 0x09E6CE) is known color: Bright Turquoise. HEX triplet: 09, E6 and CE. RGB value is (9,230,206). Sum of RGB (Red+Green+Blue) = 9+230+206=445 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #09E6CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E6CE is #F61931. Grayscale: #A1A1A1. Windows color (decimal): -16128306 or 13559305. OLE color: 13559305.

HSL color Cylindrical-coordinate representation of color #09E6CE: hue angle of 173.48º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E6CE is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 230 206 -
CMYK 0.96 0 0.10 0.10
HSL 173.48º 0.92% 0.47% -
HSV(B) 173.48º 0.96% 0.9% -
XYZ 39.55 61.11 68.1 -
YUV 161.19 153.28 19.45 -
System Red Green Blue C M Y K H S L
Decimal 9 230 206 0.96 0 0.10 0.10 173.48 0.92 0.47
Hex 9 E6 CE 60 0 A A AD 5C 2F
Octal 11 346 316 140 0 12 12 255 134 57
Binary 1001 11100110 11001110 1100000 0 1010 1010 10101101 1011100 101111

Color Harmonies of #09E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E6CE

Black with #09E6CE

Text Example


Text Example

White with #09E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09E6CE; }

 p { color: rgb(9,230,206); }

 H1.HeaderClassName
 {
   color: #09E6CE;
 }
 .AnyTagClassName
 {
   color: #09E6CE;
 }
</style>

background-color css

<style>
 a { background-color: #09E6CE; }

 a { background-color: rgb(9,230,206); }

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

border-color css

<style>
 span { border-color: #09E6CE; }

 span { border-color: rgb(9,230,206); }

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