Html Css Color HEX #07CECF Dark Turquoise

📋 copy color: '#07CECF'

red 7 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #07CECF

Tints of Dark Turquoise #07CECF

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #07CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CECF

Black with #07CECF

Text Example


Text Example

White with #07CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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