Html Css Color HEX #4BCAD6 Medium Turquoise

📋 copy color: '#4BCAD6'

red 75 ◦ green 202 ◦ blue 214

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

Shades of Medium Turquoise #4BCAD6

Tints of Medium Turquoise #4BCAD6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 15.27%
G = 41.14%
B = 43.58%

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

#4BCAD6 (or 0x4BCAD6) is known color: Medium Turquoise. HEX triplet: 4B, CA and D6. RGB value is (75,202,214). Sum of RGB (Red+Green+Blue) = 75+202+214=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #4BCAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCAD6 is #B43529. Grayscale: #A5A5A5. Windows color (decimal): -11810090 or 14076491. OLE color: 14076491.

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

Color convert

RGB 75 202 214 -
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.16 48.59 71.09 -
YUV 165.4 155.42 63.52 -
System Red Green Blue C M Y K H S L
Decimal 75 202 214 0.65 0.06 0 0.16 185.18 0.63 0.57
Hex 4B CA D6 41 6 0 10 B9 3F 39
Octal 113 312 326 101 6 0 20 271 77 71
Binary 1001011 11001010 11010110 1000001 110 0 10000 10111001 111111 111001

Color Harmonies of #4BCAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCAD6

Black with #4BCAD6

Text Example


Text Example

White with #4BCAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,202,214); }

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

background-color css

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

 a { background-color: rgb(75,202,214); }

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

border-color css

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

 span { border-color: rgb(75,202,214); }

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