Html Css Color HEX #09CDE4 Dark Turquoise

📋 copy color: '#09CDE4'

red 9 ◦ green 205 ◦ blue 228

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

Shades of Dark Turquoise #09CDE4

Tints of Dark Turquoise #09CDE4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.38%

 BLUE value IS 228 (89.45% from 255) = 51.58%

R = 2.04%
G = 46.38%
B = 51.58%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#09CDE4 (or 0x09CDE4) is known color: Dark Turquoise. HEX triplet: 09, CD and E4. RGB value is (9,205,228). Sum of RGB (Red+Green+Blue) = 9+205+228=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #09CDE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CDE4 is #F6321B. Grayscale: #949494. Windows color (decimal): -16134684 or 14994697. OLE color: 14994697.

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

Color convert

RGB 9 205 228 -
CMYK 0.96 0.10 0 0.11
HSL 186.3º 0.92% 0.46% -
HSV(B) 186.3º 0.96% 0.89% -
XYZ 35.95 49.32 81.02 -
YUV 149.02 172.57 28.13 -
System Red Green Blue C M Y K H S L
Decimal 9 205 228 0.96 0.10 0 0.11 186.3 0.92 0.46
Hex 9 CD E4 60 A 0 B BA 5C 2E
Octal 11 315 344 140 12 0 13 272 134 56
Binary 1001 11001101 11100100 1100000 1010 0 1011 10111010 1011100 101110

Color Harmonies of #09CDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CDE4

Black with #09CDE4

Text Example


Text Example

White with #09CDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,205,228); }

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

background-color css

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

 a { background-color: rgb(9,205,228); }

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

border-color css

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

 span { border-color: rgb(9,205,228); }

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