Html Css Color HEX #2BD9E8 Turquoise

📋 copy color: '#2BD9E8'

red 43 ◦ green 217 ◦ blue 232

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

Shades of Turquoise #2BD9E8

Tints of Turquoise #2BD9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.15%

R = 8.74%
G = 44.11%
B = 47.15%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2BD9E8 (or 0x2BD9E8) is known color: Turquoise. HEX triplet: 2B, D9 and E8. RGB value is (43,217,232). Sum of RGB (Red+Green+Blue) = 43+217+232=492 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.74% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #2BD9E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BD9E8 is #D42617. Grayscale: #A6A6A6. Windows color (decimal): -13903384 or 15259947. OLE color: 15259947.

HSL color Cylindrical-coordinate representation of color #2BD9E8: hue angle of 184.76º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BD9E8 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 217 232 -
CMYK 0.81 0.06 0 0.09
HSL 184.76º 0.8% 0.54% -
HSV(B) 184.76º 0.81% 0.91% -
XYZ 40.37 55.97 85.02 -
YUV 166.68 164.85 39.78 -
System Red Green Blue C M Y K H S L
Decimal 43 217 232 0.81 0.06 0 0.09 184.76 0.8 0.54
Hex 2B D9 E8 51 6 0 9 B9 50 36
Octal 53 331 350 121 6 0 11 271 120 66
Binary 101011 11011001 11101000 1010001 110 0 1001 10111001 1010000 110110

Color Harmonies of #2BD9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD9E8

Black with #2BD9E8

Text Example


Text Example

White with #2BD9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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