Html Css Color HEX #07C9DF Dark Turquoise

📋 copy color: '#07C9DF'

red 7 ◦ green 201 ◦ blue 223

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

Shades of Dark Turquoise #07C9DF

Tints of Dark Turquoise #07C9DF

RGB

 RED value IS 7 (3.13% from 255) = 1.62%

 GREEN value IS 201 (78.91% from 255) = 46.64%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 1.62%
G = 46.64%
B = 51.74%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07C9DF (or 0x07C9DF) is known color: Dark Turquoise. HEX triplet: 07, C9 and DF. RGB value is (7,201,223). Sum of RGB (Red+Green+Blue) = 7+201+223=431 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #07C9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C9DF is #F83620. Grayscale: #919191. Windows color (decimal): -16266785 or 14665991. OLE color: 14665991.

HSL color Cylindrical-coordinate representation of color #07C9DF: hue angle of 186.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C9DF is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 201 223 -
CMYK 0.97 0.10 0 0.13
HSL 186.11º 0.94% 0.45% -
HSV(B) 186.11º 0.97% 0.87% -
XYZ 34.29 47.15 77.1 -
YUV 145.5 171.73 29.21 -
System Red Green Blue C M Y K H S L
Decimal 7 201 223 0.97 0.10 0 0.13 186.11 0.94 0.45
Hex 7 C9 DF 61 A 0 D BA 5E 2D
Octal 7 311 337 141 12 0 15 272 136 55
Binary 111 11001001 11011111 1100001 1010 0 1101 10111010 1011110 101101

Color Harmonies of #07C9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C9DF

Black with #07C9DF

Text Example


Text Example

White with #07C9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07C9DF; }

 p { color: rgb(7,201,223); }

 H1.HeaderClassName
 {
   color: #07C9DF;
 }
 .AnyTagClassName
 {
   color: #07C9DF;
 }
</style>

background-color css

<style>
 a { background-color: #07C9DF; }

 a { background-color: rgb(7,201,223); }

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

border-color css

<style>
 span { border-color: #07C9DF; }

 span { border-color: rgb(7,201,223); }

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