Html Css Color HEX #2CCBD7 Medium Turquoise

📋 copy color: '#2CCBD7'

red 44 ◦ green 203 ◦ blue 215

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

Shades of Medium Turquoise #2CCBD7

Tints of Medium Turquoise #2CCBD7

RGB

 RED value IS 44 (17.58% from 255) = 9.52%

 GREEN value IS 203 (79.69% from 255) = 43.94%

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

R = 9.52%
G = 43.94%
B = 46.54%

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

#2CCBD7 (or 0x2CCBD7) is known color: Medium Turquoise. HEX triplet: 2C, CB and D7. RGB value is (44,203,215). Sum of RGB (Red+Green+Blue) = 44+203+215=462 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.52% from 462); Green value is 203 (79.69% from 255 or 43.94% 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 #2CCBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBD7 is #D33428. Grayscale: #9C9C9C. Windows color (decimal): -13841449 or 14142252. OLE color: 14142252.

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

Color convert

RGB 44 203 215 -
CMYK 0.80 0.06 0 0.16
HSL 184.21º 0.68% 0.51% -
HSV(B) 184.21º 0.8% 0.84% -
XYZ 34.66 48.15 71.76 -
YUV 156.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 44 203 215 0.80 0.06 0 0.16 184.21 0.68 0.51
Hex 2C CB D7 50 6 0 10 B8 44 33
Octal 54 313 327 120 6 0 20 270 104 63
Binary 101100 11001011 11010111 1010000 110 0 10000 10111000 1000100 110011

Color Harmonies of #2CCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCBD7

Black with #2CCBD7

Text Example


Text Example

White with #2CCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,203,215); }

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

background-color css

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

 a { background-color: rgb(44,203,215); }

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

border-color css

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

 span { border-color: rgb(44,203,215); }

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