Html Css Color HEX #2FFCBB Turquoise

📋 copy color: '#2FFCBB'

red 47 ◦ green 252 ◦ blue 187

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

Shades of Turquoise #2FFCBB

Tints of Turquoise #2FFCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 9.67%
G = 51.85%
B = 38.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#2FFCBB (or 0x2FFCBB) is known color: Turquoise. HEX triplet: 2F, FC and BB. RGB value is (47,252,187). Sum of RGB (Red+Green+Blue) = 47+252+187=486 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.67% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCBB is #D00344. Grayscale: #B7B7B7. Windows color (decimal): -13632325 or 12319791. OLE color: 12319791.

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

Color convert

RGB 47 252 187 -
CMYK 0.81 0 0.26 0.01
HSL 160.98º 0.97% 0.59% -
HSV(B) 160.98º 0.81% 0.99% -
XYZ 44.95 73.81 58.89 -
YUV 183.3 130.08 30.79 -
System Red Green Blue C M Y K H S L
Decimal 47 252 187 0.81 0 0.26 0.01 160.98 0.97 0.59
Hex 2F FC BB 51 0 1A 1 A1 61 3B
Octal 57 374 273 121 0 32 1 241 141 73
Binary 101111 11111100 10111011 1010001 0 11010 1 10100001 1100001 111011

Color Harmonies of #2FFCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCBB

Black with #2FFCBB

Text Example


Text Example

White with #2FFCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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