Html Css Color HEX #4BCDDA Medium Turquoise

📋 copy color: '#4BCDDA'

red 75 ◦ green 205 ◦ blue 218

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

Shades of Medium Turquoise #4BCDDA

Tints of Medium Turquoise #4BCDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 15.06%
G = 41.16%
B = 43.78%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4BCDDA (or 0x4BCDDA) is known color: Medium Turquoise. HEX triplet: 4B, CD and DA. RGB value is (75,205,218). Sum of RGB (Red+Green+Blue) = 75+205+218=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BCDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDDA is #B43225. Grayscale: #A7A7A7. Windows color (decimal): -11809318 or 14339403. OLE color: 14339403.

HSL color Cylindrical-coordinate representation of color #4BCDDA: hue angle of 185.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCDDA is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 205 218 -
CMYK 0.66 0.06 0 0.15
HSL 185.45º 0.66% 0.57% -
HSV(B) 185.45º 0.66% 0.85% -
XYZ 37.39 50.22 74.05 -
YUV 167.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 75 205 218 0.66 0.06 0 0.15 185.45 0.66 0.57
Hex 4B CD DA 42 6 0 F B9 42 39
Octal 113 315 332 102 6 0 17 271 102 71
Binary 1001011 11001101 11011010 1000010 110 0 1111 10111001 1000010 111001

Color Harmonies of #4BCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCDDA

Black with #4BCDDA

Text Example


Text Example

White with #4BCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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