Html Css Color HEX #4CCFD7 Medium Turquoise

📋 copy color: '#4CCFD7'

red 76 ◦ green 207 ◦ blue 215

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

Shades of Medium Turquoise #4CCFD7

Tints of Medium Turquoise #4CCFD7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

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

R = 15.26%
G = 41.57%
B = 43.17%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4CCFD7 (or 0x4CCFD7) is known color: Medium Turquoise. HEX triplet: 4C, CF and D7. RGB value is (76,207,215). Sum of RGB (Red+Green+Blue) = 76+207+215=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #4CCFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFD7 is #B33028. Grayscale: #A8A8A8. Windows color (decimal): -11743273 or 14143308. OLE color: 14143308.

HSL color Cylindrical-coordinate representation of color #4CCFD7: hue angle of 183.45º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCFD7 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 207 215 -
CMYK 0.65 0.04 0 0.16
HSL 183.45º 0.63% 0.57% -
HSV(B) 183.45º 0.65% 0.84% -
XYZ 37.56 51.07 72.17 -
YUV 168.74 154.1 61.85 -
System Red Green Blue C M Y K H S L
Decimal 76 207 215 0.65 0.04 0 0.16 183.45 0.63 0.57
Hex 4C CF D7 41 4 0 10 B7 3F 39
Octal 114 317 327 101 4 0 20 267 77 71
Binary 1001100 11001111 11010111 1000001 100 0 10000 10110111 111111 111001

Color Harmonies of #4CCFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFD7

Black with #4CCFD7

Text Example


Text Example

White with #4CCFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,207,215); }

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

background-color css

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

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

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

border-color css

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

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

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