Html Css Color HEX #07EFDD Bright Turquoise

📋 copy color: '#07EFDD'

red 7 ◦ green 239 ◦ blue 221

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

Shades of Bright Turquoise #07EFDD

Tints of Bright Turquoise #07EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.18%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 1.5%
G = 51.18%
B = 47.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#07EFDD (or 0x07EFDD) is known color: Bright Turquoise. HEX triplet: 07, EF and DD. RGB value is (7,239,221). Sum of RGB (Red+Green+Blue) = 7+239+221=467 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #07EFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EFDD is #F81022. Grayscale: #A7A7A7. Windows color (decimal): -16257059 or 14544647. OLE color: 14544647.

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

Color convert

RGB 7 239 221 -
CMYK 0.97 0 0.08 0.06
HSL 175.34º 0.94% 0.48% -
HSV(B) 175.34º 0.97% 0.94% -
XYZ 44.01 67 79.02 -
YUV 167.58 158.14 13.46 -
System Red Green Blue C M Y K H S L
Decimal 7 239 221 0.97 0 0.08 0.06 175.34 0.94 0.48
Hex 7 EF DD 61 0 8 6 AF 5E 30
Octal 7 357 335 141 0 10 6 257 136 60
Binary 111 11101111 11011101 1100001 0 1000 110 10101111 1011110 110000

Color Harmonies of #07EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFDD

Black with #07EFDD

Text Example


Text Example

White with #07EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,239,221); }

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

background-color css

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

 a { background-color: rgb(7,239,221); }

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

border-color css

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

 span { border-color: rgb(7,239,221); }

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