Html Css Color HEX #2BCCD6 Medium Turquoise

📋 copy color: '#2BCCD6'

red 43 ◦ green 204 ◦ blue 214

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

Shades of Medium Turquoise #2BCCD6

Tints of Medium Turquoise #2BCCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

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

R = 9.33%
G = 44.25%
B = 46.42%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2BCCD6 (or 0x2BCCD6) is known color: Medium Turquoise. HEX triplet: 2B, CC and D6. RGB value is (43,204,214). Sum of RGB (Red+Green+Blue) = 43+204+214=461 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.33% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #2BCCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCD6 is #D43329. Grayscale: #9C9C9C. Windows color (decimal): -13906730 or 14076971. OLE color: 14076971.

HSL color Cylindrical-coordinate representation of color #2BCCD6: hue angle of 183.51º 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 #2BCCD6 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 204 214 -
CMYK 0.80 0.05 0 0.16
HSL 183.51º 0.68% 0.5% -
HSV(B) 183.51º 0.8% 0.84% -
XYZ 34.73 48.55 71.16 -
YUV 157 160.16 46.69 -
System Red Green Blue C M Y K H S L
Decimal 43 204 214 0.80 0.05 0 0.16 183.51 0.68 0.5
Hex 2B CC D6 50 5 0 10 B8 44 32
Octal 53 314 326 120 5 0 20 270 104 62
Binary 101011 11001100 11010110 1010000 101 0 10000 10111000 1000100 110010

Color Harmonies of #2BCCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCD6

Black with #2BCCD6

Text Example


Text Example

White with #2BCCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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