Html Css Color HEX #09C7D5 Dark Turquoise

📋 copy color: '#09C7D5'

red 9 ◦ green 199 ◦ blue 213

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

Shades of Dark Turquoise #09C7D5

Tints of Dark Turquoise #09C7D5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

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

R = 2.14%
G = 47.27%
B = 50.59%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#09C7D5 (or 0x09C7D5) is known color: Dark Turquoise. HEX triplet: 09, C7 and D5. RGB value is (9,199,213). Sum of RGB (Red+Green+Blue) = 9+199+213=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #09C7D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C7D5 is #F6382A. Grayscale: #8F8F8F. Windows color (decimal): -16136235 or 14010121. OLE color: 14010121.

HSL color Cylindrical-coordinate representation of color #09C7D5: hue angle of 184.12º 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 #09C7D5 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 199 213 -
CMYK 0.96 0.07 0 0.16
HSL 184.12º 0.92% 0.44% -
HSV(B) 184.12º 0.96% 0.84% -
XYZ 32.55 45.71 70.06 -
YUV 143.79 167.05 31.86 -
System Red Green Blue C M Y K H S L
Decimal 9 199 213 0.96 0.07 0 0.16 184.12 0.92 0.44
Hex 9 C7 D5 60 7 0 10 B8 5C 2C
Octal 11 307 325 140 7 0 20 270 134 54
Binary 1001 11000111 11010101 1100000 111 0 10000 10111000 1011100 101100

Color Harmonies of #09C7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C7D5

Black with #09C7D5

Text Example


Text Example

White with #09C7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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