Html Css Color HEX #07ECE0 Bright Turquoise

📋 copy color: '#07ECE0'

red 7 ◦ green 236 ◦ blue 224

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

Shades of Bright Turquoise #07ECE0

Tints of Bright Turquoise #07ECE0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.54%

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 1.5%
G = 50.54%
B = 47.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#07ECE0 (or 0x07ECE0) is known color: Bright Turquoise. HEX triplet: 07, EC and E0. RGB value is (7,236,224). Sum of RGB (Red+Green+Blue) = 7+236+224=467 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #07ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07ECE0 is #F8131F. Grayscale: #A5A5A5. Windows color (decimal): -16257824 or 14740487. OLE color: 14740487.

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

Color convert

RGB 7 236 224 -
CMYK 0.97 0 0.05 0.07
HSL 176.86º 0.94% 0.48% -
HSV(B) 176.86º 0.97% 0.93% -
XYZ 43.54 65.42 80.85 -
YUV 166.16 160.63 14.48 -
System Red Green Blue C M Y K H S L
Decimal 7 236 224 0.97 0 0.05 0.07 176.86 0.94 0.48
Hex 7 EC E0 61 0 5 7 B1 5E 30
Octal 7 354 340 141 0 5 7 261 136 60
Binary 111 11101100 11100000 1100001 0 101 111 10110001 1011110 110000

Color Harmonies of #07ECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ECE0

Black with #07ECE0

Text Example


Text Example

White with #07ECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,236,224); }

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

background-color css

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

 a { background-color: rgb(7,236,224); }

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

border-color css

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

 span { border-color: rgb(7,236,224); }

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