Html Css Color HEX #2BD4DD Turquoise

📋 copy color: '#2BD4DD'

red 43 ◦ green 212 ◦ blue 221

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

Shades of Turquoise #2BD4DD

Tints of Turquoise #2BD4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 9.03%
G = 44.54%
B = 46.43%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2BD4DD (or 0x2BD4DD) is known color: Turquoise. HEX triplet: 2B, D4 and DD. RGB value is (43,212,221). Sum of RGB (Red+Green+Blue) = 43+212+221=476 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.03% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BD4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD4DD is #D42B22. Grayscale: #A2A2A2. Windows color (decimal): -13904675 or 14537771. OLE color: 14537771.

HSL color Cylindrical-coordinate representation of color #2BD4DD: hue angle of 183.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BD4DD is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 212 221 -
CMYK 0.81 0.04 0 0.13
HSL 183.03º 0.72% 0.52% -
HSV(B) 183.03º 0.81% 0.87% -
XYZ 37.59 52.82 76.62 -
YUV 162.5 161.01 42.77 -
System Red Green Blue C M Y K H S L
Decimal 43 212 221 0.81 0.04 0 0.13 183.03 0.72 0.52
Hex 2B D4 DD 51 4 0 D B7 48 34
Octal 53 324 335 121 4 0 15 267 110 64
Binary 101011 11010100 11011101 1010001 100 0 1101 10110111 1001000 110100

Color Harmonies of #2BD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD4DD

Black with #2BD4DD

Text Example


Text Example

White with #2BD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,212,221); }

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

background-color css

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

 a { background-color: rgb(43,212,221); }

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

border-color css

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

 span { border-color: rgb(43,212,221); }

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