Html Css Color HEX #2BCAD6 Medium Turquoise

📋 copy color: '#2BCAD6'

red 43 ◦ green 202 ◦ blue 214

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

Shades of Medium Turquoise #2BCAD6

Tints of Medium Turquoise #2BCAD6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.01%

 BLUE value IS 214 (83.98% from 255) = 46.62%

R = 9.37%
G = 44.01%
B = 46.62%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2BCAD6 (or 0x2BCAD6) is known color: Medium Turquoise. HEX triplet: 2B, CA and D6. RGB value is (43,202,214). Sum of RGB (Red+Green+Blue) = 43+202+214=459 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.37% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #2BCAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCAD6 is #D43529. Grayscale: #9B9B9B. Windows color (decimal): -13907242 or 14076459. OLE color: 14076459.

HSL color Cylindrical-coordinate representation of color #2BCAD6: hue angle of 184.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCAD6 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 202 214 -
CMYK 0.80 0.06 0 0.16
HSL 184.21º 0.68% 0.5% -
HSV(B) 184.21º 0.8% 0.84% -
XYZ 34.25 47.61 71 -
YUV 155.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 43 202 214 0.80 0.06 0 0.16 184.21 0.68 0.5
Hex 2B CA D6 50 6 0 10 B8 44 32
Octal 53 312 326 120 6 0 20 270 104 62
Binary 101011 11001010 11010110 1010000 110 0 10000 10111000 1000100 110010

Color Harmonies of #2BCAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCAD6

Black with #2BCAD6

Text Example


Text Example

White with #2BCAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,202,214); }

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

background-color css

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

 a { background-color: rgb(43,202,214); }

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

border-color css

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

 span { border-color: rgb(43,202,214); }

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