Html Css Color HEX #4BCFDC Medium Turquoise

📋 copy color: '#4BCFDC'

red 75 ◦ green 207 ◦ blue 220

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

Shades of Medium Turquoise #4BCFDC

Tints of Medium Turquoise #4BCFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 14.94%
G = 41.24%
B = 43.82%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BCFDC (or 0x4BCFDC) is known color: Medium Turquoise. HEX triplet: 4B, CF and DC. RGB value is (75,207,220). Sum of RGB (Red+Green+Blue) = 75+207+220=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFDC is #B43023. Grayscale: #A8A8A8. Windows color (decimal): -11808804 or 14470987. OLE color: 14470987.

HSL color Cylindrical-coordinate representation of color #4BCFDC: hue angle of 185.38º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCFDC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 207 220 -
CMYK 0.66 0.06 0 0.14
HSL 185.38º 0.67% 0.58% -
HSV(B) 185.38º 0.66% 0.86% -
XYZ 38.13 51.29 75.6 -
YUV 169.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 75 207 220 0.66 0.06 0 0.14 185.38 0.67 0.58
Hex 4B CF DC 42 6 0 E B9 43 3A
Octal 113 317 334 102 6 0 16 271 103 72
Binary 1001011 11001111 11011100 1000010 110 0 1110 10111001 1000011 111010

Color Harmonies of #4BCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFDC

Black with #4BCFDC

Text Example


Text Example

White with #4BCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,207,220); }

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

background-color css

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

 a { background-color: rgb(75,207,220); }

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

border-color css

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

 span { border-color: rgb(75,207,220); }

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