Html Css Color HEX #4CDBEB Turquoise Blue

📋 copy color: '#4CDBEB'

red 76 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #4CDBEB

Tints of Turquoise Blue #4CDBEB

RGB

 RED value IS 76 (30.08% from 255) = 14.34%

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

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

R = 14.34%
G = 41.32%
B = 44.34%

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

#4CDBEB (or 0x4CDBEB) is known color: Turquoise Blue. HEX triplet: 4C, DB and EB. RGB value is (76,219,235). Sum of RGB (Red+Green+Blue) = 76+219+235=530 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.34% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #4CDBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDBEB is #B32414. Grayscale: #B1B1B1. Windows color (decimal): -11740181 or 15457100. OLE color: 15457100.

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

Color convert

RGB 76 219 235 -
CMYK 0.68 0.07 0 0.08
HSL 186.04º 0.8% 0.61% -
HSV(B) 186.04º 0.68% 0.92% -
XYZ 43.31 58.2 87.55 -
YUV 178.07 160.12 55.2 -
System Red Green Blue C M Y K H S L
Decimal 76 219 235 0.68 0.07 0 0.08 186.04 0.8 0.61
Hex 4C DB EB 44 7 0 8 BA 50 3D
Octal 114 333 353 104 7 0 10 272 120 75
Binary 1001100 11011011 11101011 1000100 111 0 1000 10111010 1010000 111101

Color Harmonies of #4CDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBEB

Black with #4CDBEB

Text Example


Text Example

White with #4CDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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