Html Css Color HEX #07D0EA Dark Turquoise

📋 copy color: '#07D0EA'

red 7 ◦ green 208 ◦ blue 234

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

Shades of Dark Turquoise #07D0EA

Tints of Dark Turquoise #07D0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 1.56%
G = 46.33%
B = 52.12%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#07D0EA (or 0x07D0EA) is known color: Dark Turquoise. HEX triplet: 07, D0 and EA. RGB value is (7,208,234). Sum of RGB (Red+Green+Blue) = 7+208+234=449 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #07D0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D0EA is #F82F15. Grayscale: #969696. Windows color (decimal): -16264982 or 15388679. OLE color: 15388679.

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

Color convert

RGB 7 208 234 -
CMYK 0.97 0.11 0 0.08
HSL 186.87º 0.94% 0.47% -
HSV(B) 186.87º 0.97% 0.92% -
XYZ 37.49 51.1 85.73 -
YUV 150.87 174.91 25.39 -
System Red Green Blue C M Y K H S L
Decimal 7 208 234 0.97 0.11 0 0.08 186.87 0.94 0.47
Hex 7 D0 EA 61 B 0 8 BB 5E 2F
Octal 7 320 352 141 13 0 10 273 136 57
Binary 111 11010000 11101010 1100001 1011 0 1000 10111011 1011110 101111

Color Harmonies of #07D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D0EA

Black with #07D0EA

Text Example


Text Example

White with #07D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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