Html Css Color HEX #07EABD Bright Turquoise

📋 copy color: '#07EABD'

red 7 ◦ green 234 ◦ blue 189

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

Shades of Bright Turquoise #07EABD

Tints of Bright Turquoise #07EABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.42%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 1.63%
G = 54.42%
B = 43.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#07EABD (or 0x07EABD) is known color: Bright Turquoise. HEX triplet: 07, EA and BD. RGB value is (7,234,189). Sum of RGB (Red+Green+Blue) = 7+234+189=430 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #07EABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EABD is #F81542. Grayscale: #A0A0A0. Windows color (decimal): -16258371 or 12446215. OLE color: 12446215.

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

Color convert

RGB 7 234 189 -
CMYK 0.97 0 0.19 0.08
HSL 168.11º 0.94% 0.47% -
HSV(B) 168.11º 0.97% 0.92% -
XYZ 38.7 62.56 58.18 -
YUV 161 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 7 234 189 0.97 0 0.19 0.08 168.11 0.94 0.47
Hex 7 EA BD 61 0 13 8 A8 5E 2F
Octal 7 352 275 141 0 23 10 250 136 57
Binary 111 11101010 10111101 1100001 0 10011 1000 10101000 1011110 101111

Color Harmonies of #07EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EABD

Black with #07EABD

Text Example


Text Example

White with #07EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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