Html Css Color HEX #4BCDDC Medium Turquoise

📋 copy color: '#4BCDDC'

red 75 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #4BCDDC

Tints of Medium Turquoise #4BCDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 15%
G = 41%
B = 44%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BCDDC (or 0x4BCDDC) is known color: Medium Turquoise. HEX triplet: 4B, CD and DC. RGB value is (75,205,220). Sum of RGB (Red+Green+Blue) = 75+205+220=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDDC is #B43223. Grayscale: #A7A7A7. Windows color (decimal): -11809316 or 14470475. OLE color: 14470475.

HSL color Cylindrical-coordinate representation of color #4BCDDC: hue angle of 186.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCDDC is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 205 220 -
CMYK 0.66 0.07 0 0.14
HSL 186.21º 0.67% 0.58% -
HSV(B) 186.21º 0.66% 0.86% -
XYZ 37.65 50.33 75.44 -
YUV 167.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 75 205 220 0.66 0.07 0 0.14 186.21 0.67 0.58
Hex 4B CD DC 42 7 0 E BA 43 3A
Octal 113 315 334 102 7 0 16 272 103 72
Binary 1001011 11001101 11011100 1000010 111 0 1110 10111010 1000011 111010

Color Harmonies of #4BCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCDDC

Black with #4BCDDC

Text Example


Text Example

White with #4BCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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