Html Css Color HEX #07EED4 Bright Turquoise

📋 copy color: '#07EED4'

red 7 ◦ green 238 ◦ blue 212

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

Shades of Bright Turquoise #07EED4

Tints of Bright Turquoise #07EED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.08%

 BLUE value IS 212 (83.2% from 255) = 46.39%

R = 1.53%
G = 52.08%
B = 46.39%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#07EED4 (or 0x07EED4) is known color: Bright Turquoise. HEX triplet: 07, EE and D4. RGB value is (7,238,212). Sum of RGB (Red+Green+Blue) = 7+238+212=457 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #07EED4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EED4 is #F8112B. Grayscale: #A5A5A5. Windows color (decimal): -16257324 or 13954567. OLE color: 13954567.

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

Color convert

RGB 7 238 212 -
CMYK 0.97 0 0.11 0.07
HSL 173.25º 0.94% 0.48% -
HSV(B) 173.25º 0.97% 0.93% -
XYZ 42.55 65.95 72.77 -
YUV 165.97 153.97 14.61 -
System Red Green Blue C M Y K H S L
Decimal 7 238 212 0.97 0 0.11 0.07 173.25 0.94 0.48
Hex 7 EE D4 61 0 B 7 AD 5E 30
Octal 7 356 324 141 0 13 7 255 136 60
Binary 111 11101110 11010100 1100001 0 1011 111 10101101 1011110 110000

Color Harmonies of #07EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EED4

Black with #07EED4

Text Example


Text Example

White with #07EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,238,212); }

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

background-color css

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

 a { background-color: rgb(7,238,212); }

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

border-color css

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

 span { border-color: rgb(7,238,212); }

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