Html Css Color HEX #4CD1EC Turquoise Blue

📋 copy color: '#4CD1EC'

red 76 ◦ green 209 ◦ blue 236

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

Shades of Turquoise Blue #4CD1EC

Tints of Turquoise Blue #4CD1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

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

R = 14.59%
G = 40.12%
B = 45.3%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4CD1EC (or 0x4CD1EC) is known color: Turquoise Blue. HEX triplet: 4C, D1 and EC. RGB value is (76,209,236). Sum of RGB (Red+Green+Blue) = 76+209+236=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #4CD1EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD1EC is #B32E13. Grayscale: #ACACAC. Windows color (decimal): -11742740 or 15520076. OLE color: 15520076.

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

Color convert

RGB 76 209 236 -
CMYK 0.68 0.11 0 0.07
HSL 190.13º 0.81% 0.61% -
HSV(B) 190.13º 0.68% 0.93% -
XYZ 40.92 53.19 87.47 -
YUV 172.31 163.94 59.3 -
System Red Green Blue C M Y K H S L
Decimal 76 209 236 0.68 0.11 0 0.07 190.13 0.81 0.61
Hex 4C D1 EC 44 B 0 7 BE 51 3D
Octal 114 321 354 104 13 0 7 276 121 75
Binary 1001100 11010001 11101100 1000100 1011 0 111 10111110 1010001 111101

Color Harmonies of #4CD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD1EC

Black with #4CD1EC

Text Example


Text Example

White with #4CD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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