Html Css Color HEX #09EDCF Bright Turquoise

📋 copy color: '#09EDCF'

red 9 ◦ green 237 ◦ blue 207

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

Shades of Bright Turquoise #09EDCF

Tints of Bright Turquoise #09EDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 1.99%
G = 52.32%
B = 45.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#09EDCF (or 0x09EDCF) is known color: Bright Turquoise. HEX triplet: 09, ED and CF. RGB value is (9,237,207). Sum of RGB (Red+Green+Blue) = 9+237+207=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #09EDCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EDCF is #F61230. Grayscale: #A5A5A5. Windows color (decimal): -16126513 or 13626633. OLE color: 13626633.

HSL color Cylindrical-coordinate representation of color #09EDCF: hue angle of 172.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EDCF is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 237 207 -
CMYK 0.96 0 0.13 0.07
HSL 172.11º 0.93% 0.48% -
HSV(B) 172.11º 0.96% 0.93% -
XYZ 41.66 65.13 69.41 -
YUV 165.41 151.46 16.44 -
System Red Green Blue C M Y K H S L
Decimal 9 237 207 0.96 0 0.13 0.07 172.11 0.93 0.48
Hex 9 ED CF 60 0 D 7 AC 5D 30
Octal 11 355 317 140 0 15 7 254 135 60
Binary 1001 11101101 11001111 1100000 0 1101 111 10101100 1011101 110000

Color Harmonies of #09EDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EDCF

Black with #09EDCF

Text Example


Text Example

White with #09EDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,237,207); }

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

background-color css

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

 a { background-color: rgb(9,237,207); }

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

border-color css

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

 span { border-color: rgb(9,237,207); }

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