Html Css Color HEX #4BDBDC Turquoise

📋 copy color: '#4BDBDC'

red 75 ◦ green 219 ◦ blue 220

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

Shades of Turquoise #4BDBDC

Tints of Turquoise #4BDBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 14.59%
G = 42.61%
B = 42.8%

CMYK

 C value IS 0.66

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BDBDC (or 0x4BDBDC) is known color: Turquoise. HEX triplet: 4B, DB and DC. RGB value is (75,219,220). Sum of RGB (Red+Green+Blue) = 75+219+220=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BDBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBDC is #B42423. Grayscale: #AFAFAF. Windows color (decimal): -11805732 or 14474059. OLE color: 14474059.

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

Color convert

RGB 75 219 220 -
CMYK 0.66 0.00 0 0.14
HSL 180.41º 0.67% 0.58% -
HSV(B) 180.41º 0.66% 0.86% -
XYZ 41.15 57.33 76.61 -
YUV 176.06 152.79 55.92 -
System Red Green Blue C M Y K H S L
Decimal 75 219 220 0.66 0.00 0 0.14 180.41 0.67 0.58
Hex 4B DB DC 42 0 0 E B4 43 3A
Octal 113 333 334 102 0 0 16 264 103 72
Binary 1001011 11011011 11011100 1000010 0 0 1110 10110100 1000011 111010

Color Harmonies of #4BDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDBDC

Black with #4BDBDC

Text Example


Text Example

White with #4BDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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