Html Css Color HEX #2BCCD7 Medium Turquoise

📋 copy color: '#2BCCD7'

red 43 ◦ green 204 ◦ blue 215

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

Shades of Medium Turquoise #2BCCD7

Tints of Medium Turquoise #2BCCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 9.31%
G = 44.16%
B = 46.54%

CMYK

 C value IS 0.8

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2BCCD7 (or 0x2BCCD7) is known color: Medium Turquoise. HEX triplet: 2B, CC and D7. RGB value is (43,204,215). Sum of RGB (Red+Green+Blue) = 43+204+215=462 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.31% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #2BCCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCD7 is #D43328. Grayscale: #9C9C9C. Windows color (decimal): -13906729 or 14142507. OLE color: 14142507.

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

Color convert

RGB 43 204 215 -
CMYK 0.8 0.05 0 0.16
HSL 183.84º 0.68% 0.51% -
HSV(B) 183.84º 0.8% 0.84% -
XYZ 34.85 48.61 71.83 -
YUV 157.12 160.66 46.61 -
System Red Green Blue C M Y K H S L
Decimal 43 204 215 0.8 0.05 0 0.16 183.84 0.68 0.51
Hex 2B CC D7 50 5 0 10 B8 44 33
Octal 53 314 327 120 5 0 20 270 104 63
Binary 101011 11001100 11010111 1010000 101 0 10000 10111000 1000100 110011

Color Harmonies of #2BCCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCD7

Black with #2BCCD7

Text Example


Text Example

White with #2BCCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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