Html Css Color HEX #07CEE9 Dark Turquoise

📋 copy color: '#07CEE9'

red 7 ◦ green 206 ◦ blue 233

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

Shades of Dark Turquoise #07CEE9

Tints of Dark Turquoise #07CEE9

RGB

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

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

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

R = 1.57%
G = 46.19%
B = 52.24%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#07CEE9 (or 0x07CEE9) is known color: Dark Turquoise. HEX triplet: 07, CE and E9. RGB value is (7,206,233). Sum of RGB (Red+Green+Blue) = 7+206+233=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #07CEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CEE9 is #F83116. Grayscale: #959595. Windows color (decimal): -16265495 or 15322631. OLE color: 15322631.

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

Color convert

RGB 7 206 233 -
CMYK 0.97 0.12 0 0.09
HSL 187.17º 0.94% 0.47% -
HSV(B) 187.17º 0.97% 0.91% -
XYZ 36.87 50.07 84.81 -
YUV 149.58 175.07 26.3 -
System Red Green Blue C M Y K H S L
Decimal 7 206 233 0.97 0.12 0 0.09 187.17 0.94 0.47
Hex 7 CE E9 61 C 0 9 BB 5E 2F
Octal 7 316 351 141 14 0 11 273 136 57
Binary 111 11001110 11101001 1100001 1100 0 1001 10111011 1011110 101111

Color Harmonies of #07CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CEE9

Black with #07CEE9

Text Example


Text Example

White with #07CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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