Html Css Color HEX #2CCBCD Medium Turquoise

📋 copy color: '#2CCBCD'

red 44 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #2CCBCD

Tints of Medium Turquoise #2CCBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 9.73%
G = 44.91%
B = 45.35%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2CCBCD (or 0x2CCBCD) is known color: Medium Turquoise. HEX triplet: 2C, CB and CD. RGB value is (44,203,205). Sum of RGB (Red+Green+Blue) = 44+203+205=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #2CCBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBCD is #D33432. Grayscale: #9B9B9B. Windows color (decimal): -13841459 or 13486892. OLE color: 13486892.

HSL color Cylindrical-coordinate representation of color #2CCBCD: hue angle of 180.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCBCD is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 203 205 -
CMYK 0.79 0.01 0 0.20
HSL 180.75º 0.65% 0.49% -
HSV(B) 180.75º 0.79% 0.8% -
XYZ 33.41 47.66 65.19 -
YUV 155.69 155.82 48.34 -
System Red Green Blue C M Y K H S L
Decimal 44 203 205 0.79 0.01 0 0.20 180.75 0.65 0.49
Hex 2C CB CD 4F 1 0 14 B5 41 31
Octal 54 313 315 117 1 0 24 265 101 61
Binary 101100 11001011 11001101 1001111 1 0 10100 10110101 1000001 110001

Color Harmonies of #2CCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCBCD

Black with #2CCBCD

Text Example


Text Example

White with #2CCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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