Html Css Color HEX #4BDBEB Turquoise Blue

📋 copy color: '#4BDBEB'

red 75 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #4BDBEB

Tints of Turquoise Blue #4BDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 14.18%
G = 41.4%
B = 44.42%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4BDBEB (or 0x4BDBEB) is known color: Turquoise Blue. HEX triplet: 4B, DB and EB. RGB value is (75,219,235). Sum of RGB (Red+Green+Blue) = 75+219+235=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #4BDBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDBEB is #B42414. Grayscale: #B1B1B1. Windows color (decimal): -11805717 or 15457099. OLE color: 15457099.

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

Color convert

RGB 75 219 235 -
CMYK 0.68 0.07 0 0.08
HSL 186º 0.8% 0.61% -
HSV(B) 186º 0.68% 0.92% -
XYZ 43.23 58.16 87.54 -
YUV 177.77 160.29 54.7 -
System Red Green Blue C M Y K H S L
Decimal 75 219 235 0.68 0.07 0 0.08 186 0.8 0.61
Hex 4B DB EB 44 7 0 8 BA 50 3D
Octal 113 333 353 104 7 0 10 272 120 75
Binary 1001011 11011011 11101011 1000100 111 0 1000 10111010 1010000 111101

Color Harmonies of #4BDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDBEB

Black with #4BDBEB

Text Example


Text Example

White with #4BDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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