Html Css Color HEX #2FFCB3 Turquoise

📋 copy color: '#2FFCB3'

red 47 ◦ green 252 ◦ blue 179

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

Shades of Turquoise #2FFCB3

Tints of Turquoise #2FFCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 9.83%
G = 52.72%
B = 37.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#2FFCB3 (or 0x2FFCB3) is known color: Turquoise. HEX triplet: 2F, FC and B3. RGB value is (47,252,179). Sum of RGB (Red+Green+Blue) = 47+252+179=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCB3 is #D0034C. Grayscale: #B6B6B6. Windows color (decimal): -13632333 or 11795503. OLE color: 11795503.

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

Color convert

RGB 47 252 179 -
CMYK 0.81 0 0.29 0.01
HSL 158.63º 0.97% 0.59% -
HSV(B) 158.63º 0.81% 0.99% -
XYZ 44.12 73.48 54.51 -
YUV 182.38 126.08 31.44 -
System Red Green Blue C M Y K H S L
Decimal 47 252 179 0.81 0 0.29 0.01 158.63 0.97 0.59
Hex 2F FC B3 51 0 1D 1 9F 61 3B
Octal 57 374 263 121 0 35 1 237 141 73
Binary 101111 11111100 10110011 1010001 0 11101 1 10011111 1100001 111011

Color Harmonies of #2FFCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCB3

Black with #2FFCB3

Text Example


Text Example

White with #2FFCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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