Html Css Color HEX #4BCBDE Medium Turquoise

📋 copy color: '#4BCBDE'

red 75 ◦ green 203 ◦ blue 222

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

Shades of Medium Turquoise #4BCBDE

Tints of Medium Turquoise #4BCBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 15%
G = 40.6%
B = 44.4%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BCBDE (or 0x4BCBDE) is known color: Medium Turquoise. HEX triplet: 4B, CB and DE. RGB value is (75,203,222). Sum of RGB (Red+Green+Blue) = 75+203+222=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BCBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBDE is #B43421. Grayscale: #A6A6A6. Windows color (decimal): -11809826 or 14601035. OLE color: 14601035.

HSL color Cylindrical-coordinate representation of color #4BCBDE: hue angle of 187.76º degrees, saturation: 0.69, 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 #4BCBDE is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 203 222 -
CMYK 0.66 0.09 0 0.13
HSL 187.76º 0.69% 0.58% -
HSV(B) 187.76º 0.66% 0.87% -
XYZ 37.44 49.48 76.68 -
YUV 166.89 159.09 62.46 -
System Red Green Blue C M Y K H S L
Decimal 75 203 222 0.66 0.09 0 0.13 187.76 0.69 0.58
Hex 4B CB DE 42 9 0 D BC 45 3A
Octal 113 313 336 102 11 0 15 274 105 72
Binary 1001011 11001011 11011110 1000010 1001 0 1101 10111100 1000101 111010

Color Harmonies of #4BCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCBDE

Black with #4BCBDE

Text Example


Text Example

White with #4BCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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