Html Css Color HEX #4BCADE Medium Turquoise

📋 copy color: '#4BCADE'

red 75 ◦ green 202 ◦ blue 222

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

Shades of Medium Turquoise #4BCADE

Tints of Medium Turquoise #4BCADE

RGB

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

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

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

R = 15.03%
G = 40.48%
B = 44.49%

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

#4BCADE (or 0x4BCADE) is known color: Medium Turquoise. HEX triplet: 4B, CA and DE. RGB value is (75,202,222). Sum of RGB (Red+Green+Blue) = 75+202+222=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCADE is #B43521. Grayscale: #A6A6A6. Windows color (decimal): -11810082 or 14600779. OLE color: 14600779.

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

Color convert

RGB 75 202 222 -
CMYK 0.66 0.09 0 0.13
HSL 188.16º 0.69% 0.58% -
HSV(B) 188.16º 0.66% 0.87% -
XYZ 37.21 49.01 76.61 -
YUV 166.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 75 202 222 0.66 0.09 0 0.13 188.16 0.69 0.58
Hex 4B CA DE 42 9 0 D BC 45 3A
Octal 113 312 336 102 11 0 15 274 105 72
Binary 1001011 11001010 11011110 1000010 1001 0 1101 10111100 1000101 111010

Color Harmonies of #4BCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCADE

Black with #4BCADE

Text Example


Text Example

White with #4BCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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