Html Css Color HEX #07D0E9 Dark Turquoise

📋 copy color: '#07D0E9'

red 7 ◦ green 208 ◦ blue 233

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

Shades of Dark Turquoise #07D0E9

Tints of Dark Turquoise #07D0E9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 233 (91.41% from 255) = 52.01%

R = 1.56%
G = 46.43%
B = 52.01%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#07D0E9 (or 0x07D0E9) is known color: Dark Turquoise. HEX triplet: 07, D0 and E9. RGB value is (7,208,233). Sum of RGB (Red+Green+Blue) = 7+208+233=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #07D0E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D0E9 is #F82F16. Grayscale: #969696. Windows color (decimal): -16264983 or 15323143. OLE color: 15323143.

HSL color Cylindrical-coordinate representation of color #07D0E9: hue angle of 186.64º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D0E9 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 7 208 233 -
CMYK 0.97 0.11 0 0.09
HSL 186.64º 0.94% 0.47% -
HSV(B) 186.64º 0.97% 0.91% -
XYZ 37.35 51.04 84.97 -
YUV 150.75 174.41 25.47 -
System Red Green Blue C M Y K H S L
Decimal 7 208 233 0.97 0.11 0 0.09 186.64 0.94 0.47
Hex 7 D0 E9 61 B 0 9 BB 5E 2F
Octal 7 320 351 141 13 0 11 273 136 57
Binary 111 11010000 11101001 1100001 1011 0 1001 10111011 1011110 101111

Color Harmonies of #07D0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D0E9

Black with #07D0E9

Text Example


Text Example

White with #07D0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,208,233); }

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

background-color css

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

 a { background-color: rgb(7,208,233); }

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

border-color css

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

 span { border-color: rgb(7,208,233); }

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