Html Css Color HEX #07CFDD Dark Turquoise

📋 copy color: '#07CFDD'

red 7 ◦ green 207 ◦ blue 221

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

Shades of Dark Turquoise #07CFDD

Tints of Dark Turquoise #07CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.59%

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

R = 1.61%
G = 47.59%
B = 50.8%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07CFDD (or 0x07CFDD) is known color: Dark Turquoise. HEX triplet: 07, CF and DD. RGB value is (7,207,221). Sum of RGB (Red+Green+Blue) = 7+207+221=435 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #07CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CFDD is #F83022. Grayscale: #949494. Windows color (decimal): -16265251 or 14536455. OLE color: 14536455.

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

Color convert

RGB 7 207 221 -
CMYK 0.97 0.06 0 0.13
HSL 183.93º 0.94% 0.45% -
HSV(B) 183.93º 0.97% 0.87% -
XYZ 35.45 49.89 76.17 -
YUV 148.8 168.74 26.86 -
System Red Green Blue C M Y K H S L
Decimal 7 207 221 0.97 0.06 0 0.13 183.93 0.94 0.45
Hex 7 CF DD 61 6 0 D B8 5E 2D
Octal 7 317 335 141 6 0 15 270 136 55
Binary 111 11001111 11011101 1100001 110 0 1101 10111000 1011110 101101

Color Harmonies of #07CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CFDD

Black with #07CFDD

Text Example


Text Example

White with #07CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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