Html Css Color HEX #2BD9E5 Turquoise

📋 copy color: '#2BD9E5'

red 43 ◦ green 217 ◦ blue 229

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

Shades of Turquoise #2BD9E5

Tints of Turquoise #2BD9E5

RGB

 RED value IS 43 (17.19% from 255) = 8.79%

 GREEN value IS 217 (85.16% from 255) = 44.38%

 BLUE value IS 229 (89.84% from 255) = 46.83%

R = 8.79%
G = 44.38%
B = 46.83%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2BD9E5 (or 0x2BD9E5) is known color: Turquoise. HEX triplet: 2B, D9 and E5. RGB value is (43,217,229). Sum of RGB (Red+Green+Blue) = 43+217+229=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #2BD9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD9E5 is #D4261A. Grayscale: #A6A6A6. Windows color (decimal): -13903387 or 15063339. OLE color: 15063339.

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

Color convert

RGB 43 217 229 -
CMYK 0.81 0.05 0 0.10
HSL 183.87º 0.78% 0.53% -
HSV(B) 183.87º 0.81% 0.9% -
XYZ 39.95 55.8 82.79 -
YUV 166.34 163.35 40.02 -
System Red Green Blue C M Y K H S L
Decimal 43 217 229 0.81 0.05 0 0.10 183.87 0.78 0.53
Hex 2B D9 E5 51 5 0 A B8 4E 35
Octal 53 331 345 121 5 0 12 270 116 65
Binary 101011 11011001 11100101 1010001 101 0 1010 10111000 1001110 110101

Color Harmonies of #2BD9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD9E5

Black with #2BD9E5

Text Example


Text Example

White with #2BD9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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