Html Css Color HEX #07FADC Bright Turquoise

📋 copy color: '#07FADC'

red 7 ◦ green 250 ◦ blue 220

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

Shades of Bright Turquoise #07FADC

Tints of Bright Turquoise #07FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.41%

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

R = 1.47%
G = 52.41%
B = 46.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#07FADC (or 0x07FADC) is known color: Bright Turquoise. HEX triplet: 07, FA and DC. RGB value is (7,250,220). Sum of RGB (Red+Green+Blue) = 7+250+220=477 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #07FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FADC is #F80523. Grayscale: #ADADAD. Windows color (decimal): -16254244 or 14481927. OLE color: 14481927.

HSL color Cylindrical-coordinate representation of color #07FADC: hue angle of 172.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FADC is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 250 220 -
CMYK 0.97 0 0.12 0.02
HSL 172.59º 0.96% 0.5% -
HSV(B) 172.59º 0.97% 0.98% -
XYZ 47.19 73.58 79.43 -
YUV 173.92 153.99 8.94 -
System Red Green Blue C M Y K H S L
Decimal 7 250 220 0.97 0 0.12 0.02 172.59 0.96 0.5
Hex 7 FA DC 61 0 C 2 AD 60 32
Octal 7 372 334 141 0 14 2 255 140 62
Binary 111 11111010 11011100 1100001 0 1100 10 10101101 1100000 110010

Color Harmonies of #07FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FADC

Black with #07FADC

Text Example


Text Example

White with #07FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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