Html Css Color HEX #07EFDC Bright Turquoise

📋 copy color: '#07EFDC'

red 7 ◦ green 239 ◦ blue 220

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

Shades of Bright Turquoise #07EFDC

Tints of Bright Turquoise #07EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 1.5%
G = 51.29%
B = 47.21%

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

#07EFDC (or 0x07EFDC) is known color: Bright Turquoise. HEX triplet: 07, EF and DC. RGB value is (7,239,220). Sum of RGB (Red+Green+Blue) = 7+239+220=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #07EFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EFDC is #F81023. Grayscale: #A7A7A7. Windows color (decimal): -16257060 or 14479111. OLE color: 14479111.

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

Color convert

RGB 7 239 220 -
CMYK 0.97 0 0.08 0.06
HSL 175.09º 0.94% 0.48% -
HSV(B) 175.09º 0.97% 0.94% -
XYZ 43.87 66.95 78.32 -
YUV 167.47 157.64 13.54 -
System Red Green Blue C M Y K H S L
Decimal 7 239 220 0.97 0 0.08 0.06 175.09 0.94 0.48
Hex 7 EF DC 61 0 8 6 AF 5E 30
Octal 7 357 334 141 0 10 6 257 136 60
Binary 111 11101111 11011100 1100001 0 1000 110 10101111 1011110 110000

Color Harmonies of #07EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFDC

Black with #07EFDC

Text Example


Text Example

White with #07EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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