Html Css Color HEX #4BD0CB Medium Turquoise

📋 copy color: '#4BD0CB'

red 75 ◦ green 208 ◦ blue 203

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

Shades of Medium Turquoise #4BD0CB

Tints of Medium Turquoise #4BD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 15.43%
G = 42.8%
B = 41.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#4BD0CB (or 0x4BD0CB) is known color: Medium Turquoise. HEX triplet: 4B, D0 and CB. RGB value is (75,208,203). Sum of RGB (Red+Green+Blue) = 75+208+203=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD0CB is #B42F34. Grayscale: #A7A7A7. Windows color (decimal): -11808565 or 13357131. OLE color: 13357131.

HSL color Cylindrical-coordinate representation of color #4BD0CB: hue angle of 177.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD0CB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 208 203 -
CMYK 0.64 0 0.02 0.18
HSL 177.74º 0.59% 0.55% -
HSV(B) 177.74º 0.64% 0.82% -
XYZ 36.24 50.92 64.42 -
YUV 167.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 75 208 203 0.64 0 0.02 0.18 177.74 0.59 0.55
Hex 4B D0 CB 40 0 2 12 B2 3B 37
Octal 113 320 313 100 0 2 22 262 73 67
Binary 1001011 11010000 11001011 1000000 0 10 10010 10110010 111011 110111

Color Harmonies of #4BD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD0CB

Black with #4BD0CB

Text Example


Text Example

White with #4BD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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