Html Css Color HEX #07EEDA Bright Turquoise

📋 copy color: '#07EEDA'

red 7 ◦ green 238 ◦ blue 218

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

Shades of Bright Turquoise #07EEDA

Tints of Bright Turquoise #07EEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 1.51%
G = 51.4%
B = 47.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#07EEDA (or 0x07EEDA) is known color: Bright Turquoise. HEX triplet: 07, EE and DA. RGB value is (7,238,218). Sum of RGB (Red+Green+Blue) = 7+238+218=463 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #07EEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EEDA is #F81125. Grayscale: #A6A6A6. Windows color (decimal): -16257318 or 14347783. OLE color: 14347783.

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

Color convert

RGB 7 238 218 -
CMYK 0.97 0 0.08 0.07
HSL 174.81º 0.94% 0.48% -
HSV(B) 174.81º 0.97% 0.93% -
XYZ 43.32 66.26 76.84 -
YUV 166.65 156.97 14.13 -
System Red Green Blue C M Y K H S L
Decimal 7 238 218 0.97 0 0.08 0.07 174.81 0.94 0.48
Hex 7 EE DA 61 0 8 7 AF 5E 30
Octal 7 356 332 141 0 10 7 257 136 60
Binary 111 11101110 11011010 1100001 0 1000 111 10101111 1011110 110000

Color Harmonies of #07EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EEDA

Black with #07EEDA

Text Example


Text Example

White with #07EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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