Html Css Color HEX #07FCC0 Bright Turquoise

📋 copy color: '#07FCC0'

red 7 ◦ green 252 ◦ blue 192

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

Shades of Bright Turquoise #07FCC0

Tints of Bright Turquoise #07FCC0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.88%

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 1.55%
G = 55.88%
B = 42.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#07FCC0 (or 0x07FCC0) is known color: Bright Turquoise. HEX triplet: 07, FC and C0. RGB value is (7,252,192). Sum of RGB (Red+Green+Blue) = 7+252+192=451 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 451); Green value is 252 (98.83% from 255 or 55.88% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCC0 is #F8033F. Grayscale: #ABABAB. Windows color (decimal): -16253760 or 12647431. OLE color: 12647431.

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

Color convert

RGB 7 252 192 -
CMYK 0.97 0 0.24 0.01
HSL 165.31º 0.98% 0.51% -
HSV(B) 165.31º 0.97% 0.99% -
XYZ 44.41 73.47 61.71 -
YUV 171.91 139.33 10.38 -
System Red Green Blue C M Y K H S L
Decimal 7 252 192 0.97 0 0.24 0.01 165.31 0.98 0.51
Hex 7 FC C0 61 0 18 1 A5 62 33
Octal 7 374 300 141 0 30 1 245 142 63
Binary 111 11111100 11000000 1100001 0 11000 1 10100101 1100010 110011

Color Harmonies of #07FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FCC0

Black with #07FCC0

Text Example


Text Example

White with #07FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,252,192); }

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

background-color css

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

 a { background-color: rgb(7,252,192); }

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

border-color css

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

 span { border-color: rgb(7,252,192); }

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