Html Css Color HEX #4CCDCD Medium Turquoise

📋 copy color: '#4CCDCD'

red 76 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #4CCDCD

Tints of Medium Turquoise #4CCDCD

RGB

 RED value IS 76 (30.08% from 255) = 15.64%

 GREEN value IS 205 (80.47% from 255) = 42.18%

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

R = 15.64%
G = 42.18%
B = 42.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CCDCD (or 0x4CCDCD) is known color: Medium Turquoise. HEX triplet: 4C, CD and CD. RGB value is (76,205,205). Sum of RGB (Red+Green+Blue) = 76+205+205=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #4CCDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDCD is #B33232. Grayscale: #A6A6A6. Windows color (decimal): -11743795 or 13487436. OLE color: 13487436.

HSL color Cylindrical-coordinate representation of color #4CCDCD: hue angle of 180º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCDCD is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 205 205 -
CMYK 0.63 0 0 0.20
HSL 180º 0.56% 0.55% -
HSV(B) 180º 0.63% 0.8% -
XYZ 35.83 49.61 65.44 -
YUV 166.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 76 205 205 0.63 0 0 0.20 180 0.56 0.55
Hex 4C CD CD 3F 0 0 14 B4 38 37
Octal 114 315 315 77 0 0 24 264 70 67
Binary 1001100 11001101 11001101 111111 0 0 10100 10110100 111000 110111

Color Harmonies of #4CCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCDCD

Black with #4CCDCD

Text Example


Text Example

White with #4CCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CCDCD; }

 p { color: rgb(76,205,205); }

 H1.HeaderClassName
 {
   color: #4CCDCD;
 }
 .AnyTagClassName
 {
   color: #4CCDCD;
 }
</style>

background-color css

<style>
 a { background-color: #4CCDCD; }

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

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

border-color css

<style>
 span { border-color: #4CCDCD; }

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

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