Html Css Color HEX #2FFBBB Turquoise

📋 copy color: '#2FFBBB'

red 47 ◦ green 251 ◦ blue 187

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

Shades of Turquoise #2FFBBB

Tints of Turquoise #2FFBBB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.75%

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

R = 9.69%
G = 51.75%
B = 38.56%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#2FFBBB (or 0x2FFBBB) is known color: Turquoise. HEX triplet: 2F, FB and BB. RGB value is (47,251,187). Sum of RGB (Red+Green+Blue) = 47+251+187=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBBB is #D00444. Grayscale: #B6B6B6. Windows color (decimal): -13632581 or 12319535. OLE color: 12319535.

HSL color Cylindrical-coordinate representation of color #2FFBBB: hue angle of 161.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBBB is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 187 -
CMYK 0.81 0 0.25 0.02
HSL 161.18º 0.96% 0.58% -
HSV(B) 161.18º 0.81% 0.98% -
XYZ 44.64 73.19 58.79 -
YUV 182.71 130.41 31.2 -
System Red Green Blue C M Y K H S L
Decimal 47 251 187 0.81 0 0.25 0.02 161.18 0.96 0.58
Hex 2F FB BB 51 0 19 2 A1 60 3A
Octal 57 373 273 121 0 31 2 241 140 72
Binary 101111 11111011 10111011 1010001 0 11001 10 10100001 1100000 111010

Color Harmonies of #2FFBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFBBB

Black with #2FFBBB

Text Example


Text Example

White with #2FFBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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