Html Css Color HEX #2AFCC4 Turquoise

📋 copy color: '#2AFCC4'

red 42 ◦ green 252 ◦ blue 196

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

Shades of Turquoise #2AFCC4

Tints of Turquoise #2AFCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40%

R = 8.57%
G = 51.43%
B = 40%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#2AFCC4 (or 0x2AFCC4) is known color: Turquoise. HEX triplet: 2A, FC and C4. RGB value is (42,252,196). Sum of RGB (Red+Green+Blue) = 42+252+196=490 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.57% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCC4 is #D5033B. Grayscale: #B6B6B6. Windows color (decimal): -13959996 or 12909610. OLE color: 12909610.

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

Color convert

RGB 42 252 196 -
CMYK 0.83 0 0.22 0.01
HSL 164º 0.97% 0.58% -
HSV(B) 164º 0.83% 0.99% -
XYZ 45.73 74.1 64.12 -
YUV 182.83 135.43 27.55 -
System Red Green Blue C M Y K H S L
Decimal 42 252 196 0.83 0 0.22 0.01 164 0.97 0.58
Hex 2A FC C4 53 0 16 1 A4 61 3A
Octal 52 374 304 123 0 26 1 244 141 72
Binary 101010 11111100 11000100 1010011 0 10110 1 10100100 1100001 111010

Color Harmonies of #2AFCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFCC4

Black with #2AFCC4

Text Example


Text Example

White with #2AFCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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