Html Css Color HEX #4BC9DB Medium Turquoise

📋 copy color: '#4BC9DB'

red 75 ◦ green 201 ◦ blue 219

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

Shades of Medium Turquoise #4BC9DB

Tints of Medium Turquoise #4BC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.61%

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

R = 15.15%
G = 40.61%
B = 44.24%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BC9DB (or 0x4BC9DB) is known color: Medium Turquoise. HEX triplet: 4B, C9 and DB. RGB value is (75,201,219). Sum of RGB (Red+Green+Blue) = 75+201+219=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BC9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC9DB is #B43624. Grayscale: #A5A5A5. Windows color (decimal): -11810341 or 14403915. OLE color: 14403915.

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

Color convert

RGB 75 201 219 -
CMYK 0.66 0.08 0 0.14
HSL 187.5º 0.67% 0.58% -
HSV(B) 187.5º 0.66% 0.86% -
XYZ 36.57 48.38 74.43 -
YUV 165.38 158.26 63.54 -
System Red Green Blue C M Y K H S L
Decimal 75 201 219 0.66 0.08 0 0.14 187.5 0.67 0.58
Hex 4B C9 DB 42 8 0 E BC 43 3A
Octal 113 311 333 102 10 0 16 274 103 72
Binary 1001011 11001001 11011011 1000010 1000 0 1110 10111100 1000011 111010

Color Harmonies of #4BC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC9DB

Black with #4BC9DB

Text Example


Text Example

White with #4BC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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