Html Css Color HEX #2BF9C0 Turquoise

📋 copy color: '#2BF9C0'

red 43 ◦ green 249 ◦ blue 192

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

Shades of Turquoise #2BF9C0

Tints of Turquoise #2BF9C0

RGB

 RED value IS 43 (17.19% from 255) = 8.88%

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

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 8.88%
G = 51.45%
B = 39.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#2BF9C0 (or 0x2BF9C0) is known color: Turquoise. HEX triplet: 2B, F9 and C0. RGB value is (43,249,192). Sum of RGB (Red+Green+Blue) = 43+249+192=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF9C0 is #D4063F. Grayscale: #B4B4B4. Windows color (decimal): -13895232 or 12646699. OLE color: 12646699.

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

Color convert

RGB 43 249 192 -
CMYK 0.83 0 0.23 0.02
HSL 163.4º 0.94% 0.57% -
HSV(B) 163.4º 0.83% 0.98% -
XYZ 44.39 72.07 61.44 -
YUV 180.91 134.25 29.63 -
System Red Green Blue C M Y K H S L
Decimal 43 249 192 0.83 0 0.23 0.02 163.4 0.94 0.57
Hex 2B F9 C0 53 0 17 2 A3 5E 39
Octal 53 371 300 123 0 27 2 243 136 71
Binary 101011 11111001 11000000 1010011 0 10111 10 10100011 1011110 111001

Color Harmonies of #2BF9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF9C0

Black with #2BF9C0

Text Example


Text Example

White with #2BF9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,249,192); }

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

background-color css

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

 a { background-color: rgb(43,249,192); }

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

border-color css

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

 span { border-color: rgb(43,249,192); }

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