Html Css Color HEX #4CCCEB Turquoise Blue

📋 copy color: '#4CCCEB'

red 76 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #4CCCEB

Tints of Turquoise Blue #4CCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.61%

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

R = 14.76%
G = 39.61%
B = 45.63%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4CCCEB (or 0x4CCCEB) is known color: Turquoise Blue. HEX triplet: 4C, CC and EB. RGB value is (76,204,235). Sum of RGB (Red+Green+Blue) = 76+204+235=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #4CCCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCCEB is #B33314. Grayscale: #A9A9A9. Windows color (decimal): -11744021 or 15453260. OLE color: 15453260.

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

Color convert

RGB 76 204 235 -
CMYK 0.68 0.13 0 0.08
HSL 191.7º 0.8% 0.61% -
HSV(B) 191.7º 0.68% 0.92% -
XYZ 39.57 50.72 86.3 -
YUV 169.26 165.09 61.48 -
System Red Green Blue C M Y K H S L
Decimal 76 204 235 0.68 0.13 0 0.08 191.7 0.8 0.61
Hex 4C CC EB 44 D 0 8 C0 50 3D
Octal 114 314 353 104 15 0 10 300 120 75
Binary 1001100 11001100 11101011 1000100 1101 0 1000 11000000 1010000 111101

Color Harmonies of #4CCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCEB

Black with #4CCCEB

Text Example


Text Example

White with #4CCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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