Html Css Color HEX #2AF9CA Turquoise

📋 copy color: '#2AF9CA'

red 42 ◦ green 249 ◦ blue 202

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

Shades of Turquoise #2AF9CA

Tints of Turquoise #2AF9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 8.52%
G = 50.51%
B = 40.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#2AF9CA (or 0x2AF9CA) is known color: Turquoise. HEX triplet: 2A, F9 and CA. RGB value is (42,249,202). Sum of RGB (Red+Green+Blue) = 42+249+202=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF9CA is #D50635. Grayscale: #B5B5B5. Windows color (decimal): -13960758 or 13302058. OLE color: 13302058.

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

Color convert

RGB 42 249 202 -
CMYK 0.83 0 0.19 0.02
HSL 166.38º 0.95% 0.57% -
HSV(B) 166.38º 0.83% 0.98% -
XYZ 45.49 72.51 67.47 -
YUV 181.75 139.42 28.32 -
System Red Green Blue C M Y K H S L
Decimal 42 249 202 0.83 0 0.19 0.02 166.38 0.95 0.57
Hex 2A F9 CA 53 0 13 2 A6 5F 39
Octal 52 371 312 123 0 23 2 246 137 71
Binary 101010 11111001 11001010 1010011 0 10011 10 10100110 1011111 111001

Color Harmonies of #2AF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF9CA

Black with #2AF9CA

Text Example


Text Example

White with #2AF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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