Html Css Color HEX #2AEDC8 Turquoise

📋 copy color: '#2AEDC8'

red 42 ◦ green 237 ◦ blue 200

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

Shades of Turquoise #2AEDC8

Tints of Turquoise #2AEDC8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.48%

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 8.77%
G = 49.48%
B = 41.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#2AEDC8 (or 0x2AEDC8) is known color: Turquoise. HEX triplet: 2A, ED and C8. RGB value is (42,237,200). Sum of RGB (Red+Green+Blue) = 42+237+200=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEDC8 is #D51237. Grayscale: #AEAEAE. Windows color (decimal): -13963832 or 13167914. OLE color: 13167914.

HSL color Cylindrical-coordinate representation of color #2AEDC8: hue angle of 168.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEDC8 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 237 200 -
CMYK 0.82 0 0.16 0.07
HSL 168.62º 0.84% 0.55% -
HSV(B) 168.62º 0.82% 0.93% -
XYZ 41.66 65.23 65.04 -
YUV 174.48 142.4 33.51 -
System Red Green Blue C M Y K H S L
Decimal 42 237 200 0.82 0 0.16 0.07 168.62 0.84 0.55
Hex 2A ED C8 52 0 10 7 A9 54 37
Octal 52 355 310 122 0 20 7 251 124 67
Binary 101010 11101101 11001000 1010010 0 10000 111 10101001 1010100 110111

Color Harmonies of #2AEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEDC8

Black with #2AEDC8

Text Example


Text Example

White with #2AEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,237,200); }

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

background-color css

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

 a { background-color: rgb(42,237,200); }

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

border-color css

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

 span { border-color: rgb(42,237,200); }

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