Html Css Color HEX #2BDBE9 Turquoise

📋 copy color: '#2BDBE9'

red 43 ◦ green 219 ◦ blue 233

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

Shades of Turquoise #2BDBE9

Tints of Turquoise #2BDBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 8.69%
G = 44.24%
B = 47.07%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2BDBE9 (or 0x2BDBE9) is known color: Turquoise. HEX triplet: 2B, DB and E9. RGB value is (43,219,233). Sum of RGB (Red+Green+Blue) = 43+219+233=495 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.69% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #2BDBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDBE9 is #D42416. Grayscale: #A7A7A7. Windows color (decimal): -13902871 or 15325995. OLE color: 15325995.

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

Color convert

RGB 43 219 233 -
CMYK 0.82 0.06 0 0.09
HSL 184.42º 0.81% 0.54% -
HSV(B) 184.42º 0.82% 0.91% -
XYZ 41.04 57.06 85.94 -
YUV 167.97 164.69 38.86 -
System Red Green Blue C M Y K H S L
Decimal 43 219 233 0.82 0.06 0 0.09 184.42 0.81 0.54
Hex 2B DB E9 52 6 0 9 B8 51 36
Octal 53 333 351 122 6 0 11 270 121 66
Binary 101011 11011011 11101001 1010010 110 0 1001 10111000 1010001 110110

Color Harmonies of #2BDBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDBE9

Black with #2BDBE9

Text Example


Text Example

White with #2BDBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,219,233); }

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

background-color css

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

 a { background-color: rgb(43,219,233); }

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

border-color css

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

 span { border-color: rgb(43,219,233); }

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