Html Css Color HEX #2AF9BB Turquoise

📋 copy color: '#2AF9BB'

red 42 ◦ green 249 ◦ blue 187

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

Shades of Turquoise #2AF9BB

Tints of Turquoise #2AF9BB

RGB

 RED value IS 42 (16.8% from 255) = 8.79%

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

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

R = 8.79%
G = 52.09%
B = 39.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#2AF9BB (or 0x2AF9BB) is known color: Turquoise. HEX triplet: 2A, F9 and BB. RGB value is (42,249,187). Sum of RGB (Red+Green+Blue) = 42+249+187=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF9BB is #D50644. Grayscale: #B4B4B4. Windows color (decimal): -13960773 or 12319018. OLE color: 12319018.

HSL color Cylindrical-coordinate representation of color #2AF9BB: hue angle of 162.03º degrees, saturation: 0.95, 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 #2AF9BB is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 187 -
CMYK 0.83 0 0.25 0.02
HSL 162.03º 0.95% 0.57% -
HSV(B) 162.03º 0.83% 0.98% -
XYZ 43.8 71.83 58.57 -
YUV 180.04 131.92 29.54 -
System Red Green Blue C M Y K H S L
Decimal 42 249 187 0.83 0 0.25 0.02 162.03 0.95 0.57
Hex 2A F9 BB 53 0 19 2 A2 5F 39
Octal 52 371 273 123 0 31 2 242 137 71
Binary 101010 11111001 10111011 1010011 0 11001 10 10100010 1011111 111001

Color Harmonies of #2AF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF9BB

Black with #2AF9BB

Text Example


Text Example

White with #2AF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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