Html Css Color HEX #07FACB Bright Turquoise

📋 copy color: '#07FACB'

red 7 ◦ green 250 ◦ blue 203

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

Shades of Bright Turquoise #07FACB

Tints of Bright Turquoise #07FACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 1.52%
G = 54.35%
B = 44.13%

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

#07FACB (or 0x07FACB) is known color: Bright Turquoise. HEX triplet: 07, FA and CB. RGB value is (7,250,203). Sum of RGB (Red+Green+Blue) = 7+250+203=460 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #07FACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FACB is #F80534. Grayscale: #ABABAB. Windows color (decimal): -16254261 or 13367815. OLE color: 13367815.

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

Color convert

RGB 7 250 203 -
CMYK 0.97 0 0.19 0.02
HSL 168.4º 0.96% 0.5% -
HSV(B) 168.4º 0.97% 0.98% -
XYZ 45.05 72.73 68.16 -
YUV 171.99 145.49 10.32 -
System Red Green Blue C M Y K H S L
Decimal 7 250 203 0.97 0 0.19 0.02 168.4 0.96 0.5
Hex 7 FA CB 61 0 13 2 A8 60 32
Octal 7 372 313 141 0 23 2 250 140 62
Binary 111 11111010 11001011 1100001 0 10011 10 10101000 1100000 110010

Color Harmonies of #07FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FACB

Black with #07FACB

Text Example


Text Example

White with #07FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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