Html Css Color HEX #4BCBDA Medium Turquoise

📋 copy color: '#4BCBDA'

red 75 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #4BCBDA

Tints of Medium Turquoise #4BCBDA

RGB

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

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

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

R = 15.12%
G = 40.93%
B = 43.95%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4BCBDA (or 0x4BCBDA) is known color: Medium Turquoise. HEX triplet: 4B, CB and DA. RGB value is (75,203,218). Sum of RGB (Red+Green+Blue) = 75+203+218=496 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.12% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBDA is #B43425. Grayscale: #A6A6A6. Windows color (decimal): -11809830 or 14338891. OLE color: 14338891.

HSL color Cylindrical-coordinate representation of color #4BCBDA: hue angle of 186.29º 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 #4BCBDA is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 203 218 -
CMYK 0.66 0.07 0 0.15
HSL 186.29º 0.66% 0.57% -
HSV(B) 186.29º 0.66% 0.85% -
XYZ 36.91 49.27 73.89 -
YUV 166.44 157.09 62.78 -
System Red Green Blue C M Y K H S L
Decimal 75 203 218 0.66 0.07 0 0.15 186.29 0.66 0.57
Hex 4B CB DA 42 7 0 F BA 42 39
Octal 113 313 332 102 7 0 17 272 102 71
Binary 1001011 11001011 11011010 1000010 111 0 1111 10111010 1000010 111001

Color Harmonies of #4BCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCBDA

Black with #4BCBDA

Text Example


Text Example

White with #4BCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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