Html Css Color HEX #07CED9 Dark Turquoise

📋 copy color: '#07CED9'

red 7 ◦ green 206 ◦ blue 217

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

Shades of Dark Turquoise #07CED9

Tints of Dark Turquoise #07CED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.47%

R = 1.63%
G = 47.91%
B = 50.47%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#07CED9 (or 0x07CED9) is known color: Dark Turquoise. HEX triplet: 07, CE and D9. RGB value is (7,206,217). Sum of RGB (Red+Green+Blue) = 7+206+217=430 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #07CED9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CED9 is #F83126. Grayscale: #939393. Windows color (decimal): -16265511 or 14274055. OLE color: 14274055.

HSL color Cylindrical-coordinate representation of color #07CED9: hue angle of 183.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CED9 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 206 217 -
CMYK 0.97 0.05 0 0.15
HSL 183.14º 0.94% 0.44% -
HSV(B) 183.14º 0.97% 0.85% -
XYZ 34.68 49.2 73.31 -
YUV 147.75 167.07 27.61 -
System Red Green Blue C M Y K H S L
Decimal 7 206 217 0.97 0.05 0 0.15 183.14 0.94 0.44
Hex 7 CE D9 61 5 0 F B7 5E 2C
Octal 7 316 331 141 5 0 17 267 136 54
Binary 111 11001110 11011001 1100001 101 0 1111 10110111 1011110 101100

Color Harmonies of #07CED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CED9

Black with #07CED9

Text Example


Text Example

White with #07CED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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