Html Css Color HEX #4BDDBB Turquoise

📋 copy color: '#4BDDBB'

red 75 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #4BDDBB

Tints of Turquoise #4BDDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.76%

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 15.53%
G = 45.76%
B = 38.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#4BDDBB (or 0x4BDDBB) is known color: Turquoise. HEX triplet: 4B, DD and BB. RGB value is (75,221,187). Sum of RGB (Red+Green+Blue) = 75+221+187=483 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.53% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDBB is #B42244. Grayscale: #ADADAD. Windows color (decimal): -11805253 or 12311883. OLE color: 12311883.

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

Color convert

RGB 75 221 187 -
CMYK 0.66 0 0.15 0.13
HSL 166.03º 0.68% 0.58% -
HSV(B) 166.03º 0.66% 0.87% -
XYZ 37.73 56.8 55.99 -
YUV 173.47 135.63 57.76 -
System Red Green Blue C M Y K H S L
Decimal 75 221 187 0.66 0 0.15 0.13 166.03 0.68 0.58
Hex 4B DD BB 42 0 F D A6 44 3A
Octal 113 335 273 102 0 17 15 246 104 72
Binary 1001011 11011101 10111011 1000010 0 1111 1101 10100110 1000100 111010

Color Harmonies of #4BDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDDBB

Black with #4BDDBB

Text Example


Text Example

White with #4BDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,221,187); }

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

background-color css

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

 a { background-color: rgb(75,221,187); }

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

border-color css

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

 span { border-color: rgb(75,221,187); }

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