Html Css Color HEX #4BDFDB Turquoise

📋 copy color: '#4BDFDB'

red 75 ◦ green 223 ◦ blue 219

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

Shades of Turquoise #4BDFDB

Tints of Turquoise #4BDFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

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

R = 14.51%
G = 43.13%
B = 42.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#4BDFDB (or 0x4BDFDB) is known color: Turquoise. HEX triplet: 4B, DF and DB. RGB value is (75,223,219). Sum of RGB (Red+Green+Blue) = 75+223+219=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFDB is #B42024. Grayscale: #B2B2B2. Windows color (decimal): -11804709 or 14409547. OLE color: 14409547.

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

Color convert

RGB 75 223 219 -
CMYK 0.66 0 0.02 0.13
HSL 178.38º 0.7% 0.58% -
HSV(B) 178.38º 0.66% 0.87% -
XYZ 42.08 59.39 76.26 -
YUV 178.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 75 223 219 0.66 0 0.02 0.13 178.38 0.7 0.58
Hex 4B DF DB 42 0 2 D B2 46 3A
Octal 113 337 333 102 0 2 15 262 106 72
Binary 1001011 11011111 11011011 1000010 0 10 1101 10110010 1000110 111010

Color Harmonies of #4BDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDFDB

Black with #4BDFDB

Text Example


Text Example

White with #4BDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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