Html Css Color HEX #07CCDD Dark Turquoise

📋 copy color: '#07CCDD'

red 7 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #07CCDD

Tints of Dark Turquoise #07CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.22%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 1.62%
G = 47.22%
B = 51.16%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07CCDD (or 0x07CCDD) is known color: Dark Turquoise. HEX triplet: 07, CC and DD. RGB value is (7,204,221). Sum of RGB (Red+Green+Blue) = 7+204+221=432 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #07CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CCDD is #F83322. Grayscale: #929292. Windows color (decimal): -16266019 or 14535687. OLE color: 14535687.

HSL color Cylindrical-coordinate representation of color #07CCDD: hue angle of 184.77º 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 #07CCDD is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 204 221 -
CMYK 0.97 0.08 0 0.13
HSL 184.77º 0.94% 0.45% -
HSV(B) 184.77º 0.97% 0.87% -
XYZ 34.73 48.45 75.93 -
YUV 147.04 169.73 28.12 -
System Red Green Blue C M Y K H S L
Decimal 7 204 221 0.97 0.08 0 0.13 184.77 0.94 0.45
Hex 7 CC DD 61 8 0 D B9 5E 2D
Octal 7 314 335 141 10 0 15 271 136 55
Binary 111 11001100 11011101 1100001 1000 0 1101 10111001 1011110 101101

Color Harmonies of #07CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CCDD

Black with #07CCDD

Text Example


Text Example

White with #07CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,204,221); }

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

background-color css

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

 a { background-color: rgb(7,204,221); }

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

border-color css

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

 span { border-color: rgb(7,204,221); }

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