Html Css Color HEX #07F7DC Bright Turquoise

📋 copy color: '#07F7DC'

red 7 ◦ green 247 ◦ blue 220

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

Shades of Bright Turquoise #07F7DC

Tints of Bright Turquoise #07F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.11%

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

R = 1.48%
G = 52.11%
B = 46.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#07F7DC (or 0x07F7DC) is known color: Bright Turquoise. HEX triplet: 07, F7 and DC. RGB value is (7,247,220). Sum of RGB (Red+Green+Blue) = 7+247+220=474 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.48% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #07F7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F7DC is #F80823. Grayscale: #ACACAC. Windows color (decimal): -16255012 or 14481159. OLE color: 14481159.

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

Color convert

RGB 7 247 220 -
CMYK 0.97 0 0.11 0.03
HSL 173.25º 0.94% 0.5% -
HSV(B) 173.25º 0.97% 0.97% -
XYZ 46.27 71.73 79.12 -
YUV 172.16 154.99 10.2 -
System Red Green Blue C M Y K H S L
Decimal 7 247 220 0.97 0 0.11 0.03 173.25 0.94 0.5
Hex 7 F7 DC 61 0 B 3 AD 5E 32
Octal 7 367 334 141 0 13 3 255 136 62
Binary 111 11110111 11011100 1100001 0 1011 11 10101101 1011110 110010

Color Harmonies of #07F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F7DC

Black with #07F7DC

Text Example


Text Example

White with #07F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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