Html Css Color HEX #2AEDBC Turquoise

📋 copy color: '#2AEDBC'

red 42 ◦ green 237 ◦ blue 188

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

Shades of Turquoise #2AEDBC

Tints of Turquoise #2AEDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 8.99%
G = 50.75%
B = 40.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#2AEDBC (or 0x2AEDBC) is known color: Turquoise. HEX triplet: 2A, ED and BC. RGB value is (42,237,188). Sum of RGB (Red+Green+Blue) = 42+237+188=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEDBC is #D51243. Grayscale: #ADADAD. Windows color (decimal): -13963844 or 12381482. OLE color: 12381482.

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

Color convert

RGB 42 237 188 -
CMYK 0.82 0 0.21 0.07
HSL 164.92º 0.84% 0.55% -
HSV(B) 164.92º 0.82% 0.93% -
XYZ 40.32 64.69 57.94 -
YUV 173.11 136.4 34.48 -
System Red Green Blue C M Y K H S L
Decimal 42 237 188 0.82 0 0.21 0.07 164.92 0.84 0.55
Hex 2A ED BC 52 0 15 7 A5 54 37
Octal 52 355 274 122 0 25 7 245 124 67
Binary 101010 11101101 10111100 1010010 0 10101 111 10100101 1010100 110111

Color Harmonies of #2AEDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEDBC

Black with #2AEDBC

Text Example


Text Example

White with #2AEDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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