Html Css Color HEX #09DCE0 Bright Turquoise

📋 copy color: '#09DCE0'

red 9 ◦ green 220 ◦ blue 224

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

Shades of Bright Turquoise #09DCE0

Tints of Bright Turquoise #09DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.57%

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 1.99%
G = 48.57%
B = 49.45%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#09DCE0 (or 0x09DCE0) is known color: Bright Turquoise. HEX triplet: 09, DC and E0. RGB value is (9,220,224). Sum of RGB (Red+Green+Blue) = 9+220+224=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #09DCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCE0 is #F6231F. Grayscale: #9D9D9D. Windows color (decimal): -16130848 or 14736393. OLE color: 14736393.

HSL color Cylindrical-coordinate representation of color #09DCE0: hue angle of 181.12º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCE0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 220 224 -
CMYK 0.96 0.02 0 0.12
HSL 181.12º 0.92% 0.46% -
HSV(B) 181.12º 0.96% 0.88% -
XYZ 39.16 56.63 79.39 -
YUV 157.37 165.6 22.17 -
System Red Green Blue C M Y K H S L
Decimal 9 220 224 0.96 0.02 0 0.12 181.12 0.92 0.46
Hex 9 DC E0 60 2 0 C B5 5C 2E
Octal 11 334 340 140 2 0 14 265 134 56
Binary 1001 11011100 11100000 1100000 10 0 1100 10110101 1011100 101110

Color Harmonies of #09DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCE0

Black with #09DCE0

Text Example


Text Example

White with #09DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,220,224); }

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

background-color css

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

 a { background-color: rgb(9,220,224); }

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

border-color css

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

 span { border-color: rgb(9,220,224); }

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