Html Css Color HEX #09C1D5 Dark Turquoise

📋 copy color: '#09C1D5'

red 9 ◦ green 193 ◦ blue 213

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

Shades of Dark Turquoise #09C1D5

Tints of Dark Turquoise #09C1D5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.51%

 BLUE value IS 213 (83.59% from 255) = 51.33%

R = 2.17%
G = 46.51%
B = 51.33%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#09C1D5 (or 0x09C1D5) is known color: Dark Turquoise. HEX triplet: 09, C1 and D5. RGB value is (9,193,213). Sum of RGB (Red+Green+Blue) = 9+193+213=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #09C1D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C1D5 is #F63E2A. Grayscale: #8C8C8C. Windows color (decimal): -16137771 or 14008585. OLE color: 14008585.

HSL color Cylindrical-coordinate representation of color #09C1D5: hue angle of 185.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C1D5 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 193 213 -
CMYK 0.96 0.09 0 0.16
HSL 185.88º 0.92% 0.44% -
HSV(B) 185.88º 0.96% 0.84% -
XYZ 31.19 43 69.61 -
YUV 140.26 169.04 34.37 -
System Red Green Blue C M Y K H S L
Decimal 9 193 213 0.96 0.09 0 0.16 185.88 0.92 0.44
Hex 9 C1 D5 60 9 0 10 BA 5C 2C
Octal 11 301 325 140 11 0 20 272 134 54
Binary 1001 11000001 11010101 1100000 1001 0 10000 10111010 1011100 101100

Color Harmonies of #09C1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C1D5

Black with #09C1D5

Text Example


Text Example

White with #09C1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,193,213); }

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

background-color css

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

 a { background-color: rgb(9,193,213); }

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

border-color css

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

 span { border-color: rgb(9,193,213); }

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