Html Css Color HEX #4BCDD5 Medium Turquoise

📋 copy color: '#4BCDD5'

red 75 ◦ green 205 ◦ blue 213

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

Shades of Medium Turquoise #4BCDD5

Tints of Medium Turquoise #4BCDD5

RGB

 RED value IS 75 (29.69% from 255) = 15.21%

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

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 15.21%
G = 41.58%
B = 43.2%

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

#4BCDD5 (or 0x4BCDD5) is known color: Medium Turquoise. HEX triplet: 4B, CD and D5. RGB value is (75,205,213). Sum of RGB (Red+Green+Blue) = 75+205+213=493 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.21% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #4BCDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDD5 is #B4322A. Grayscale: #A6A6A6. Windows color (decimal): -11809323 or 14011723. OLE color: 14011723.

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

Color convert

RGB 75 205 213 -
CMYK 0.65 0.04 0 0.16
HSL 183.48º 0.62% 0.56% -
HSV(B) 183.48º 0.65% 0.84% -
XYZ 36.74 49.96 70.66 -
YUV 167.04 153.93 62.35 -
System Red Green Blue C M Y K H S L
Decimal 75 205 213 0.65 0.04 0 0.16 183.48 0.62 0.56
Hex 4B CD D5 41 4 0 10 B7 3E 38
Octal 113 315 325 101 4 0 20 267 76 70
Binary 1001011 11001101 11010101 1000001 100 0 10000 10110111 111110 111000

Color Harmonies of #4BCDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCDD5

Black with #4BCDD5

Text Example


Text Example

White with #4BCDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,205,213); }

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

background-color css

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

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

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

border-color css

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

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

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