Html Css Color HEX #07CFCE Dark Turquoise

📋 copy color: '#07CFCE'

red 7 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #07CFCE

Tints of Dark Turquoise #07CFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 1.67%
G = 49.29%
B = 49.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#07CFCE (or 0x07CFCE) is known color: Dark Turquoise. HEX triplet: 07, CF and CE. RGB value is (7,207,206). Sum of RGB (Red+Green+Blue) = 7+207+206=420 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #07CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CFCE is #F83031. Grayscale: #929292. Windows color (decimal): -16265266 or 13553415. OLE color: 13553415.

HSL color Cylindrical-coordinate representation of color #07CFCE: hue angle of 179.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CFCE is Cyan = 0.97, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 207 206 -
CMYK 0.97 0 0.00 0.19
HSL 179.7º 0.93% 0.42% -
HSV(B) 179.7º 0.97% 0.81% -
XYZ 33.54 49.13 66.11 -
YUV 147.09 161.24 28.08 -
System Red Green Blue C M Y K H S L
Decimal 7 207 206 0.97 0 0.00 0.19 179.7 0.93 0.42
Hex 7 CF CE 61 0 0 13 B4 5D 2A
Octal 7 317 316 141 0 0 23 264 135 52
Binary 111 11001111 11001110 1100001 0 0 10011 10110100 1011101 101010

Color Harmonies of #07CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CFCE

Black with #07CFCE

Text Example


Text Example

White with #07CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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