Html Css Color HEX #4BCFDB Medium Turquoise

📋 copy color: '#4BCFDB'

red 75 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #4BCFDB

Tints of Medium Turquoise #4BCFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 14.97%
G = 41.32%
B = 43.71%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BCFDB (or 0x4BCFDB) is known color: Medium Turquoise. HEX triplet: 4B, CF and DB. RGB value is (75,207,219). Sum of RGB (Red+Green+Blue) = 75+207+219=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BCFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCFDB is #B43024. Grayscale: #A8A8A8. Windows color (decimal): -11808805 or 14405451. OLE color: 14405451.

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

Color convert

RGB 75 207 219 -
CMYK 0.66 0.05 0 0.14
HSL 185º 0.67% 0.58% -
HSV(B) 185º 0.66% 0.86% -
XYZ 38 51.24 74.9 -
YUV 168.9 156.27 61.02 -
System Red Green Blue C M Y K H S L
Decimal 75 207 219 0.66 0.05 0 0.14 185 0.67 0.58
Hex 4B CF DB 42 5 0 E B9 43 3A
Octal 113 317 333 102 5 0 16 271 103 72
Binary 1001011 11001111 11011011 1000010 101 0 1110 10111001 1000011 111010

Color Harmonies of #4BCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFDB

Black with #4BCFDB

Text Example


Text Example

White with #4BCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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