Html Css Color HEX #2AEBE6 Turquoise

📋 copy color: '#2AEBE6'

red 42 ◦ green 235 ◦ blue 230

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

Shades of Turquoise #2AEBE6

Tints of Turquoise #2AEBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.35%

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 8.28%
G = 46.35%
B = 45.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#2AEBE6 (or 0x2AEBE6) is known color: Turquoise. HEX triplet: 2A, EB and E6. RGB value is (42,235,230). Sum of RGB (Red+Green+Blue) = 42+235+230=507 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.28% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEBE6 is #D51419. Grayscale: #B0B0B0. Windows color (decimal): -13964314 or 15133482. OLE color: 15133482.

HSL color Cylindrical-coordinate representation of color #2AEBE6: hue angle of 178.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEBE6 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 235 230 -
CMYK 0.82 0 0.02 0.08
HSL 178.45º 0.83% 0.54% -
HSV(B) 178.45º 0.82% 0.92% -
XYZ 44.95 65.62 85.16 -
YUV 176.72 158.06 31.91 -
System Red Green Blue C M Y K H S L
Decimal 42 235 230 0.82 0 0.02 0.08 178.45 0.83 0.54
Hex 2A EB E6 52 0 2 8 B2 53 36
Octal 52 353 346 122 0 2 10 262 123 66
Binary 101010 11101011 11100110 1010010 0 10 1000 10110010 1010011 110110

Color Harmonies of #2AEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEBE6

Black with #2AEBE6

Text Example


Text Example

White with #2AEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,235,230); }

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

background-color css

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

 a { background-color: rgb(42,235,230); }

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

border-color css

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

 span { border-color: rgb(42,235,230); }

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