Html Css Color HEX #07FACA Bright Turquoise

📋 copy color: '#07FACA'

red 7 ◦ green 250 ◦ blue 202

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

Shades of Bright Turquoise #07FACA

Tints of Bright Turquoise #07FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 1.53%
G = 54.47%
B = 44.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#07FACA (or 0x07FACA) is known color: Bright Turquoise. HEX triplet: 07, FA and CA. RGB value is (7,250,202). Sum of RGB (Red+Green+Blue) = 7+250+202=459 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #07FACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FACA is #F80535. Grayscale: #ABABAB. Windows color (decimal): -16254262 or 13302279. OLE color: 13302279.

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

Color convert

RGB 7 250 202 -
CMYK 0.97 0 0.19 0.02
HSL 168.15º 0.96% 0.5% -
HSV(B) 168.15º 0.97% 0.98% -
XYZ 44.93 72.68 67.54 -
YUV 171.87 144.99 10.4 -
System Red Green Blue C M Y K H S L
Decimal 7 250 202 0.97 0 0.19 0.02 168.15 0.96 0.5
Hex 7 FA CA 61 0 13 2 A8 60 32
Octal 7 372 312 141 0 23 2 250 140 62
Binary 111 11111010 11001010 1100001 0 10011 10 10101000 1100000 110010

Color Harmonies of #07FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FACA

Black with #07FACA

Text Example


Text Example

White with #07FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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