Html Css Color HEX #2AFCC6 Turquoise

📋 copy color: '#2AFCC6'

red 42 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #2AFCC6

Tints of Turquoise #2AFCC6

RGB

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

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

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

R = 8.54%
G = 51.22%
B = 40.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#2AFCC6 (or 0x2AFCC6) is known color: Turquoise. HEX triplet: 2A, FC and C6. RGB value is (42,252,198). Sum of RGB (Red+Green+Blue) = 42+252+198=492 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.54% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCC6 is #D50339. Grayscale: #B7B7B7. Windows color (decimal): -13959994 or 13040682. OLE color: 13040682.

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

Color convert

RGB 42 252 198 -
CMYK 0.83 0 0.21 0.01
HSL 164.57º 0.97% 0.58% -
HSV(B) 164.57º 0.83% 0.99% -
XYZ 45.96 74.19 65.32 -
YUV 183.05 136.43 27.39 -
System Red Green Blue C M Y K H S L
Decimal 42 252 198 0.83 0 0.21 0.01 164.57 0.97 0.58
Hex 2A FC C6 53 0 15 1 A5 61 3A
Octal 52 374 306 123 0 25 1 245 141 72
Binary 101010 11111100 11000110 1010011 0 10101 1 10100101 1100001 111010

Color Harmonies of #2AFCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFCC6

Black with #2AFCC6

Text Example


Text Example

White with #2AFCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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