Html Css Color HEX #07D1E9 Dark Turquoise

📋 copy color: '#07D1E9'

red 7 ◦ green 209 ◦ blue 233

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

Shades of Dark Turquoise #07D1E9

Tints of Dark Turquoise #07D1E9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.55%

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

R = 1.56%
G = 46.55%
B = 51.89%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#07D1E9 (or 0x07D1E9) is known color: Dark Turquoise. HEX triplet: 07, D1 and E9. RGB value is (7,209,233). Sum of RGB (Red+Green+Blue) = 7+209+233=449 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #07D1E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D1E9 is #F82E16. Grayscale: #979797. Windows color (decimal): -16264727 or 15323399. OLE color: 15323399.

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

Color convert

RGB 7 209 233 -
CMYK 0.97 0.10 0 0.09
HSL 186.37º 0.94% 0.47% -
HSV(B) 186.37º 0.97% 0.91% -
XYZ 37.6 51.53 85.06 -
YUV 151.34 174.08 25.05 -
System Red Green Blue C M Y K H S L
Decimal 7 209 233 0.97 0.10 0 0.09 186.37 0.94 0.47
Hex 7 D1 E9 61 A 0 9 BA 5E 2F
Octal 7 321 351 141 12 0 11 272 136 57
Binary 111 11010001 11101001 1100001 1010 0 1001 10111010 1011110 101111

Color Harmonies of #07D1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D1E9

Black with #07D1E9

Text Example


Text Example

White with #07D1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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