Html Css Color HEX #4BCBDD Medium Turquoise

📋 copy color: '#4BCBDD'

red 75 ◦ green 203 ◦ blue 221

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

Shades of Medium Turquoise #4BCBDD

Tints of Medium Turquoise #4BCBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 15.03%
G = 40.68%
B = 44.29%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BCBDD (or 0x4BCBDD) is known color: Medium Turquoise. HEX triplet: 4B, CB and DD. RGB value is (75,203,221). Sum of RGB (Red+Green+Blue) = 75+203+221=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BCBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBDD is #B43422. Grayscale: #A6A6A6. Windows color (decimal): -11809827 or 14535499. OLE color: 14535499.

HSL color Cylindrical-coordinate representation of color #4BCBDD: hue angle of 187.4º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCBDD is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 203 221 -
CMYK 0.66 0.08 0 0.13
HSL 187.4º 0.68% 0.58% -
HSV(B) 187.4º 0.66% 0.87% -
XYZ 37.31 49.43 75.98 -
YUV 166.78 158.59 62.54 -
System Red Green Blue C M Y K H S L
Decimal 75 203 221 0.66 0.08 0 0.13 187.4 0.68 0.58
Hex 4B CB DD 42 8 0 D BB 44 3A
Octal 113 313 335 102 10 0 15 273 104 72
Binary 1001011 11001011 11011101 1000010 1000 0 1101 10111011 1000100 111010

Color Harmonies of #4BCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCBDD

Black with #4BCBDD

Text Example


Text Example

White with #4BCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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