Html Css Color HEX #2BDCEB Turquoise

📋 copy color: '#2BDCEB'

red 43 ◦ green 220 ◦ blue 235

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

Shades of Turquoise #2BDCEB

Tints of Turquoise #2BDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 8.63%
G = 44.18%
B = 47.19%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2BDCEB (or 0x2BDCEB) is known color: Turquoise. HEX triplet: 2B, DC and EB. RGB value is (43,220,235). Sum of RGB (Red+Green+Blue) = 43+220+235=498 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.63% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BDCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDCEB is #D42314. Grayscale: #A8A8A8. Windows color (decimal): -13902613 or 15457323. OLE color: 15457323.

HSL color Cylindrical-coordinate representation of color #2BDCEB: hue angle of 184.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDCEB is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 220 235 -
CMYK 0.82 0.06 0 0.08
HSL 184.69º 0.83% 0.55% -
HSV(B) 184.69º 0.82% 0.92% -
XYZ 41.58 57.7 87.54 -
YUV 168.79 165.36 38.28 -
System Red Green Blue C M Y K H S L
Decimal 43 220 235 0.82 0.06 0 0.08 184.69 0.83 0.55
Hex 2B DC EB 52 6 0 8 B9 53 37
Octal 53 334 353 122 6 0 10 271 123 67
Binary 101011 11011100 11101011 1010010 110 0 1000 10111001 1010011 110111

Color Harmonies of #2BDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDCEB

Black with #2BDCEB

Text Example


Text Example

White with #2BDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,220,235); }

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

background-color css

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

 a { background-color: rgb(43,220,235); }

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

border-color css

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

 span { border-color: rgb(43,220,235); }

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