Html Css Color HEX #07EBE0 Bright Turquoise

📋 copy color: '#07EBE0'

red 7 ◦ green 235 ◦ blue 224

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

Shades of Bright Turquoise #07EBE0

Tints of Bright Turquoise #07EBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.43%

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

R = 1.5%
G = 50.43%
B = 48.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#07EBE0 (or 0x07EBE0) is known color: Bright Turquoise. HEX triplet: 07, EB and E0. RGB value is (7,235,224). Sum of RGB (Red+Green+Blue) = 7+235+224=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #07EBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EBE0 is #F8141F. Grayscale: #A5A5A5. Windows color (decimal): -16258080 or 14740231. OLE color: 14740231.

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

Color convert

RGB 7 235 224 -
CMYK 0.97 0 0.05 0.08
HSL 177.11º 0.94% 0.47% -
HSV(B) 177.11º 0.97% 0.92% -
XYZ 43.25 64.84 80.76 -
YUV 165.57 160.96 14.89 -
System Red Green Blue C M Y K H S L
Decimal 7 235 224 0.97 0 0.05 0.08 177.11 0.94 0.47
Hex 7 EB E0 61 0 5 8 B1 5E 2F
Octal 7 353 340 141 0 5 10 261 136 57
Binary 111 11101011 11100000 1100001 0 101 1000 10110001 1011110 101111

Color Harmonies of #07EBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EBE0

Black with #07EBE0

Text Example


Text Example

White with #07EBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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