Html Css Color HEX #07FEC1 Bright Turquoise

📋 copy color: '#07FEC1'

red 7 ◦ green 254 ◦ blue 193

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

Shades of Bright Turquoise #07FEC1

Tints of Bright Turquoise #07FEC1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.95%

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 1.54%
G = 55.95%
B = 42.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#07FEC1 (or 0x07FEC1) is known color: Bright Turquoise. HEX triplet: 07, FE and C1. RGB value is (7,254,193). Sum of RGB (Red+Green+Blue) = 7+254+193=454 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #07FEC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FEC1 is #F8013E. Grayscale: #ADADAD. Windows color (decimal): -16253247 or 12713479. OLE color: 12713479.

HSL color Cylindrical-coordinate representation of color #07FEC1: hue angle of 165.18º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FEC1 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 254 193 -
CMYK 0.97 0 0.24 0.00
HSL 165.18º 0.99% 0.51% -
HSV(B) 165.18º 0.97% 1% -
XYZ 45.16 74.78 62.51 -
YUV 173.19 139.17 9.46 -
System Red Green Blue C M Y K H S L
Decimal 7 254 193 0.97 0 0.24 0.00 165.18 0.99 0.51
Hex 7 FE C1 61 0 18 0 A5 63 33
Octal 7 376 301 141 0 30 0 245 143 63
Binary 111 11111110 11000001 1100001 0 11000 0 10100101 1100011 110011

Color Harmonies of #07FEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FEC1

Black with #07FEC1

Text Example


Text Example

White with #07FEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,254,193); }

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

background-color css

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

 a { background-color: rgb(7,254,193); }

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

border-color css

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

 span { border-color: rgb(7,254,193); }

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