Html Css Color HEX #2AFCB9 Turquoise

📋 copy color: '#2AFCB9'

red 42 ◦ green 252 ◦ blue 185

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

Shades of Turquoise #2AFCB9

Tints of Turquoise #2AFCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.62%

R = 8.77%
G = 52.61%
B = 38.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#2AFCB9 (or 0x2AFCB9) is known color: Turquoise. HEX triplet: 2A, FC and B9. RGB value is (42,252,185). Sum of RGB (Red+Green+Blue) = 42+252+185=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCB9 is #D50346. Grayscale: #B5B5B5. Windows color (decimal): -13960007 or 12188714. OLE color: 12188714.

HSL color Cylindrical-coordinate representation of color #2AFCB9: hue angle of 160.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFCB9 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 252 185 -
CMYK 0.83 0 0.27 0.01
HSL 160.86º 0.97% 0.58% -
HSV(B) 160.86º 0.83% 0.99% -
XYZ 44.52 73.62 57.76 -
YUV 181.57 129.93 28.45 -
System Red Green Blue C M Y K H S L
Decimal 42 252 185 0.83 0 0.27 0.01 160.86 0.97 0.58
Hex 2A FC B9 53 0 1B 1 A1 61 3A
Octal 52 374 271 123 0 33 1 241 141 72
Binary 101010 11111100 10111001 1010011 0 11011 1 10100001 1100001 111010

Color Harmonies of #2AFCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFCB9

Black with #2AFCB9

Text Example


Text Example

White with #2AFCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,252,185); }

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

background-color css

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

 a { background-color: rgb(42,252,185); }

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

border-color css

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

 span { border-color: rgb(42,252,185); }

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