Html Css Color HEX #2AEDC7 Turquoise

📋 copy color: '#2AEDC7'

red 42 ◦ green 237 ◦ blue 199

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

Shades of Turquoise #2AEDC7

Tints of Turquoise #2AEDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.63%

R = 8.79%
G = 49.58%
B = 41.63%

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

#2AEDC7 (or 0x2AEDC7) is known color: Turquoise. HEX triplet: 2A, ED and C7. RGB value is (42,237,199). Sum of RGB (Red+Green+Blue) = 42+237+199=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEDC7 is #D51238. Grayscale: #AEAEAE. Windows color (decimal): -13963833 or 13102378. OLE color: 13102378.

HSL color Cylindrical-coordinate representation of color #2AEDC7: hue angle of 168.31º 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 #2AEDC7 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 237 199 -
CMYK 0.82 0 0.16 0.07
HSL 168.31º 0.84% 0.55% -
HSV(B) 168.31º 0.82% 0.93% -
XYZ 41.55 65.18 64.42 -
YUV 174.36 141.9 33.59 -
System Red Green Blue C M Y K H S L
Decimal 42 237 199 0.82 0 0.16 0.07 168.31 0.84 0.55
Hex 2A ED C7 52 0 10 7 A8 54 37
Octal 52 355 307 122 0 20 7 250 124 67
Binary 101010 11101101 11000111 1010010 0 10000 111 10101000 1010100 110111

Color Harmonies of #2AEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEDC7

Black with #2AEDC7

Text Example


Text Example

White with #2AEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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