Html Css Color HEX #2FFCC0 Turquoise

📋 copy color: '#2FFCC0'

red 47 ◦ green 252 ◦ blue 192

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

Shades of Turquoise #2FFCC0

Tints of Turquoise #2FFCC0

RGB

 RED value IS 47 (18.75% from 255) = 9.57%

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

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

R = 9.57%
G = 51.32%
B = 39.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#2FFCC0 (or 0x2FFCC0) is known color: Turquoise. HEX triplet: 2F, FC and C0. RGB value is (47,252,192). Sum of RGB (Red+Green+Blue) = 47+252+192=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCC0 is #D0033F. Grayscale: #B7B7B7. Windows color (decimal): -13632320 or 12647471. OLE color: 12647471.

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

Color convert

RGB 47 252 192 -
CMYK 0.81 0 0.24 0.01
HSL 162.44º 0.97% 0.59% -
HSV(B) 162.44º 0.81% 0.99% -
XYZ 45.5 74.03 61.76 -
YUV 183.87 132.58 30.38 -
System Red Green Blue C M Y K H S L
Decimal 47 252 192 0.81 0 0.24 0.01 162.44 0.97 0.59
Hex 2F FC C0 51 0 18 1 A2 61 3B
Octal 57 374 300 121 0 30 1 242 141 73
Binary 101111 11111100 11000000 1010001 0 11000 1 10100010 1100001 111011

Color Harmonies of #2FFCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCC0

Black with #2FFCC0

Text Example


Text Example

White with #2FFCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FFCC0; }

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

 H1.HeaderClassName
 {
   color: #2FFCC0;
 }
 .AnyTagClassName
 {
   color: #2FFCC0;
 }
</style>

background-color css

<style>
 a { background-color: #2FFCC0; }

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

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

border-color css

<style>
 span { border-color: #2FFCC0; }

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

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