Html Css Color HEX #4CCBD7 Medium Turquoise

📋 copy color: '#4CCBD7'

red 76 ◦ green 203 ◦ blue 215

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

Shades of Medium Turquoise #4CCBD7

Tints of Medium Turquoise #4CCBD7

RGB

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

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

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

R = 15.38%
G = 41.09%
B = 43.52%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4CCBD7 (or 0x4CCBD7) is known color: Medium Turquoise. HEX triplet: 4C, CB and D7. RGB value is (76,203,215). Sum of RGB (Red+Green+Blue) = 76+203+215=494 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.38% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #4CCBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBD7 is #B33428. Grayscale: #A6A6A6. Windows color (decimal): -11744297 or 14142284. OLE color: 14142284.

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

Color convert

RGB 76 203 215 -
CMYK 0.65 0.06 0 0.16
HSL 185.18º 0.63% 0.57% -
HSV(B) 185.18º 0.65% 0.84% -
XYZ 36.6 49.15 71.85 -
YUV 166.4 155.42 63.52 -
System Red Green Blue C M Y K H S L
Decimal 76 203 215 0.65 0.06 0 0.16 185.18 0.63 0.57
Hex 4C CB D7 41 6 0 10 B9 3F 39
Octal 114 313 327 101 6 0 20 271 77 71
Binary 1001100 11001011 11010111 1000001 110 0 10000 10111001 111111 111001

Color Harmonies of #4CCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBD7

Black with #4CCBD7

Text Example


Text Example

White with #4CCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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