#2BD9EE

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

Shades of Turquoise #2BD9EE

Tints of Turquoise #2BD9EE

Color information

#2BD9EE (or 0x2BD9EE) is unknown color: approx Turquoise. HEX triplet: 2B, D9 and EE. RGB value is (43,217,238). Sum of RGB (Red+Green+Blue) = 43+217+238=498 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.63% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BD9EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BD9EE is #D42611. Grayscale: #A7A7A7. Windows color (decimal): -13903378 or 15653163. OLE color: 15653163.

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

Color convert

RGB43217238-
CMYK0.820.0900.07
HSL186.46º85.15%55.1%-
HSV(B)186.46º81.93%93.33%-
XYZ41.2456.3189.58-
YUV167.37167.8539.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.63%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 238 (93.36% from 255) = 47.79%
R=8.63%
G=43.57%
B=47.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal432172380.820.0900.07186.4685.1555.1
Hex2BD9EE52907ba5537
Octal53331356122110727212567
Binary1010111101100111101110101001010010111101110101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,217,238); }

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

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

 a { background-color: rgb(43,217,238); }

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

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

 span { border-color: rgb(43,217,238); }

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