Html Css Color HEX #2CF9BB Turquoise

📋 copy color: '#2CF9BB'

red 44 ◦ green 249 ◦ blue 187

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

Shades of Turquoise #2CF9BB

Tints of Turquoise #2CF9BB

RGB

 RED value IS 44 (17.58% from 255) = 9.17%

 GREEN value IS 249 (97.66% from 255) = 51.88%

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

R = 9.17%
G = 51.88%
B = 38.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#2CF9BB (or 0x2CF9BB) is known color: Turquoise. HEX triplet: 2C, F9 and BB. RGB value is (44,249,187). Sum of RGB (Red+Green+Blue) = 44+249+187=480 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.17% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF9BB is #D30644. Grayscale: #B4B4B4. Windows color (decimal): -13829701 or 12319020. OLE color: 12319020.

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

Color convert

RGB 44 249 187 -
CMYK 0.82 0 0.25 0.02
HSL 161.85º 0.94% 0.57% -
HSV(B) 161.85º 0.82% 0.98% -
XYZ 43.88 71.87 58.57 -
YUV 180.64 131.58 30.54 -
System Red Green Blue C M Y K H S L
Decimal 44 249 187 0.82 0 0.25 0.02 161.85 0.94 0.57
Hex 2C F9 BB 52 0 19 2 A2 5E 39
Octal 54 371 273 122 0 31 2 242 136 71
Binary 101100 11111001 10111011 1010010 0 11001 10 10100010 1011110 111001

Color Harmonies of #2CF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF9BB

Black with #2CF9BB

Text Example


Text Example

White with #2CF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,249,187); }

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

background-color css

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

 a { background-color: rgb(44,249,187); }

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

border-color css

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

 span { border-color: rgb(44,249,187); }

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