Html Css Color HEX #4BDBE8 Turquoise

📋 copy color: '#4BDBE8'

red 75 ◦ green 219 ◦ blue 232

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

Shades of Turquoise #4BDBE8

Tints of Turquoise #4BDBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.11%

R = 14.26%
G = 41.63%
B = 44.11%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4BDBE8 (or 0x4BDBE8) is known color: Turquoise. HEX triplet: 4B, DB and E8. RGB value is (75,219,232). Sum of RGB (Red+Green+Blue) = 75+219+232=526 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.26% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #4BDBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDBE8 is #B42417. Grayscale: #B1B1B1. Windows color (decimal): -11805720 or 15260491. OLE color: 15260491.

HSL color Cylindrical-coordinate representation of color #4BDBE8: hue angle of 184.97º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDBE8 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 75 219 232 -
CMYK 0.68 0.06 0 0.09
HSL 184.97º 0.77% 0.6% -
HSV(B) 184.97º 0.68% 0.91% -
XYZ 42.8 57.99 85.28 -
YUV 177.43 158.79 54.94 -
System Red Green Blue C M Y K H S L
Decimal 75 219 232 0.68 0.06 0 0.09 184.97 0.77 0.6
Hex 4B DB E8 44 6 0 9 B9 4D 3C
Octal 113 333 350 104 6 0 11 271 115 74
Binary 1001011 11011011 11101000 1000100 110 0 1001 10111001 1001101 111100

Color Harmonies of #4BDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDBE8

Black with #4BDBE8

Text Example


Text Example

White with #4BDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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