Html Css Color HEX #2BDEC3 Turquoise

📋 copy color: '#2BDEC3'

red 43 ◦ green 222 ◦ blue 195

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

Shades of Turquoise #2BDEC3

Tints of Turquoise #2BDEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

 BLUE value IS 195 (76.56% from 255) = 42.39%

R = 9.35%
G = 48.26%
B = 42.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#2BDEC3 (or 0x2BDEC3) is known color: Turquoise. HEX triplet: 2B, DE and C3. RGB value is (43,222,195). Sum of RGB (Red+Green+Blue) = 43+222+195=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDEC3 is #D4213C. Grayscale: #A5A5A5. Windows color (decimal): -13902141 or 12836395. OLE color: 12836395.

HSL color Cylindrical-coordinate representation of color #2BDEC3: hue angle of 170.95º degrees, saturation: 0.73, 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 #2BDEC3 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 222 195 -
CMYK 0.81 0 0.12 0.13
HSL 170.95º 0.73% 0.52% -
HSV(B) 170.95º 0.81% 0.87% -
XYZ 36.97 56.7 60.62 -
YUV 165.4 144.7 40.7 -
System Red Green Blue C M Y K H S L
Decimal 43 222 195 0.81 0 0.12 0.13 170.95 0.73 0.52
Hex 2B DE C3 51 0 C D AB 49 34
Octal 53 336 303 121 0 14 15 253 111 64
Binary 101011 11011110 11000011 1010001 0 1100 1101 10101011 1001001 110100

Color Harmonies of #2BDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDEC3

Black with #2BDEC3

Text Example


Text Example

White with #2BDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,222,195); }

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

background-color css

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

 a { background-color: rgb(43,222,195); }

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

border-color css

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

 span { border-color: rgb(43,222,195); }

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