Html Css Color HEX #2AF9C6 Turquoise

📋 copy color: '#2AF9C6'

red 42 ◦ green 249 ◦ blue 198

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

Shades of Turquoise #2AF9C6

Tints of Turquoise #2AF9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.49%

R = 8.59%
G = 50.92%
B = 40.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#2AF9C6 (or 0x2AF9C6) is known color: Turquoise. HEX triplet: 2A, F9 and C6. RGB value is (42,249,198). Sum of RGB (Red+Green+Blue) = 42+249+198=489 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.59% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF9C6 is #D50639. Grayscale: #B5B5B5. Windows color (decimal): -13960762 or 13039914. OLE color: 13039914.

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

Color convert

RGB 42 249 198 -
CMYK 0.83 0 0.20 0.02
HSL 165.22º 0.95% 0.57% -
HSV(B) 165.22º 0.83% 0.98% -
XYZ 45.02 72.32 65.01 -
YUV 181.29 137.42 28.65 -
System Red Green Blue C M Y K H S L
Decimal 42 249 198 0.83 0 0.20 0.02 165.22 0.95 0.57
Hex 2A F9 C6 53 0 14 2 A5 5F 39
Octal 52 371 306 123 0 24 2 245 137 71
Binary 101010 11111001 11000110 1010011 0 10100 10 10100101 1011111 111001

Color Harmonies of #2AF9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF9C6

Black with #2AF9C6

Text Example


Text Example

White with #2AF9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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