Html Css Color HEX #2FFCC4 Turquoise

📋 copy color: '#2FFCC4'

red 47 ◦ green 252 ◦ blue 196

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

Shades of Turquoise #2FFCC4

Tints of Turquoise #2FFCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 9.49%
G = 50.91%
B = 39.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#2FFCC4 (or 0x2FFCC4) is known color: Turquoise. HEX triplet: 2F, FC and C4. RGB value is (47,252,196). Sum of RGB (Red+Green+Blue) = 47+252+196=495 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.49% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCC4 is #D0033B. Grayscale: #B8B8B8. Windows color (decimal): -13632316 or 12909615. OLE color: 12909615.

HSL color Cylindrical-coordinate representation of color #2FFCC4: hue angle of 163.61º 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 #2FFCC4 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 196 -
CMYK 0.81 0 0.22 0.01
HSL 163.61º 0.97% 0.59% -
HSV(B) 163.61º 0.81% 0.99% -
XYZ 45.95 74.21 64.13 -
YUV 184.32 134.58 30.05 -
System Red Green Blue C M Y K H S L
Decimal 47 252 196 0.81 0 0.22 0.01 163.61 0.97 0.59
Hex 2F FC C4 51 0 16 1 A4 61 3B
Octal 57 374 304 121 0 26 1 244 141 73
Binary 101111 11111100 11000100 1010001 0 10110 1 10100100 1100001 111011

Color Harmonies of #2FFCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCC4

Black with #2FFCC4

Text Example


Text Example

White with #2FFCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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