Html Css Color HEX #4BCDCE Medium Turquoise

📋 copy color: '#4BCDCE'

red 75 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #4BCDCE

Tints of Medium Turquoise #4BCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.18%

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 15.43%
G = 42.18%
B = 42.39%

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4BCDCE (or 0x4BCDCE) is known color: Medium Turquoise. HEX triplet: 4B, CD and CE. RGB value is (75,205,206). Sum of RGB (Red+Green+Blue) = 75+205+206=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BCDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDCE is #B43231. Grayscale: #A6A6A6. Windows color (decimal): -11809330 or 13552971. OLE color: 13552971.

HSL color Cylindrical-coordinate representation of color #4BCDCE: hue angle of 180.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCDCE is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 205 206 -
CMYK 0.64 0.00 0 0.19
HSL 180.46º 0.57% 0.55% -
HSV(B) 180.46º 0.64% 0.81% -
XYZ 35.87 49.61 66.08 -
YUV 166.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 75 205 206 0.64 0.00 0 0.19 180.46 0.57 0.55
Hex 4B CD CE 40 0 0 13 B4 39 37
Octal 113 315 316 100 0 0 23 264 71 67
Binary 1001011 11001101 11001110 1000000 0 0 10011 10110100 111001 110111

Color Harmonies of #4BCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCDCE

Black with #4BCDCE

Text Example


Text Example

White with #4BCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,205,206); }

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

background-color css

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

 a { background-color: rgb(75,205,206); }

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

border-color css

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

 span { border-color: rgb(75,205,206); }

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