Html Css Color HEX #4CDAEC Turquoise Blue

📋 copy color: '#4CDAEC'

red 76 ◦ green 218 ◦ blue 236

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

Shades of Turquoise Blue #4CDAEC

Tints of Turquoise Blue #4CDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

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

R = 14.34%
G = 41.13%
B = 44.53%

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

#4CDAEC (or 0x4CDAEC) is known color: Turquoise Blue. HEX triplet: 4C, DA and EC. RGB value is (76,218,236). Sum of RGB (Red+Green+Blue) = 76+218+236=530 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.34% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #4CDAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDAEC is #B32513. Grayscale: #B1B1B1. Windows color (decimal): -11740436 or 15522380. OLE color: 15522380.

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

Color convert

RGB 76 218 236 -
CMYK 0.68 0.08 0 0.07
HSL 186.75º 0.81% 0.61% -
HSV(B) 186.75º 0.68% 0.93% -
XYZ 43.19 57.74 88.22 -
YUV 177.59 160.96 55.54 -
System Red Green Blue C M Y K H S L
Decimal 76 218 236 0.68 0.08 0 0.07 186.75 0.81 0.61
Hex 4C DA EC 44 8 0 7 BB 51 3D
Octal 114 332 354 104 10 0 7 273 121 75
Binary 1001100 11011010 11101100 1000100 1000 0 111 10111011 1010001 111101

Color Harmonies of #4CDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDAEC

Black with #4CDAEC

Text Example


Text Example

White with #4CDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,218,236); }

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

background-color css

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

 a { background-color: rgb(76,218,236); }

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

border-color css

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

 span { border-color: rgb(76,218,236); }

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