#2AE6CB

Color #2AE6CB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2AE6CB

Tints of Turquoise #2AE6CB

Color information

#2AE6CB (or 0x2AE6CB) is unknown color: approx Turquoise. HEX triplet: 2A, E6 and CB. RGB value is (42,230,203). Sum of RGB (Red+Green+Blue) = 42+230+203=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AE6CB is #D51934. Grayscale: #AAAAAA. Windows color (decimal): -13965621 or 13362730. OLE color: 13362730.

HSL color Cylindrical-coordinate representation of color #2AE6CB: hue angle of 171.38º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE6CB is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB42230203-
CMYK0.8200.120.10
HSL171.38º78.99%53.33%-
HSV(B)171.38º81.74%90.2%-
XYZ40.0361.466.24-
YUV170.71146.2236.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.84%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=8.84%
G=48.42%
B=42.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal422302030.8200.120.10171.3878.9953.33
Hex2AE6CB520CAab4f35
Octal523463131220141225311765
Binary10101011100110110010111010010011001010101010111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AE6CB;
 }
 .AnyTagClassName
 {
   color: #2AE6CB;
 }
</style>
background-color css

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

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

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

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

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

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