Html Css Color HEX #4BD9EC Turquoise Blue

📋 copy color: '#4BD9EC'

red 75 ◦ green 217 ◦ blue 236

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

Shades of Turquoise Blue #4BD9EC

Tints of Turquoise Blue #4BD9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.1%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 14.2%
G = 41.1%
B = 44.7%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4BD9EC (or 0x4BD9EC) is known color: Turquoise Blue. HEX triplet: 4B, D9 and EC. RGB value is (75,217,236). Sum of RGB (Red+Green+Blue) = 75+217+236=528 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.20% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #4BD9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD9EC is #B42613. Grayscale: #B0B0B0. Windows color (decimal): -11806228 or 15522123. OLE color: 15522123.

HSL color Cylindrical-coordinate representation of color #4BD9EC: hue angle of 187.08º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BD9EC is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 217 236 -
CMYK 0.68 0.08 0 0.07
HSL 187.08º 0.81% 0.61% -
HSV(B) 187.08º 0.68% 0.93% -
XYZ 42.85 57.18 88.13 -
YUV 176.71 161.46 55.46 -
System Red Green Blue C M Y K H S L
Decimal 75 217 236 0.68 0.08 0 0.07 187.08 0.81 0.61
Hex 4B D9 EC 44 8 0 7 BB 51 3D
Octal 113 331 354 104 10 0 7 273 121 75
Binary 1001011 11011001 11101100 1000100 1000 0 111 10111011 1010001 111101

Color Harmonies of #4BD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD9EC

Black with #4BD9EC

Text Example


Text Example

White with #4BD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,217,236); }

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

background-color css

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

 a { background-color: rgb(75,217,236); }

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

border-color css

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

 span { border-color: rgb(75,217,236); }

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