Html Css Color HEX #4CCCED Turquoise Blue

📋 copy color: '#4CCCED'

red 76 ◦ green 204 ◦ blue 237

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

Shades of Turquoise Blue #4CCCED

Tints of Turquoise Blue #4CCCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 14.7%
G = 39.46%
B = 45.84%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4CCCED (or 0x4CCCED) is known color: Turquoise Blue. HEX triplet: 4C, CC and ED. RGB value is (76,204,237). Sum of RGB (Red+Green+Blue) = 76+204+237=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #4CCCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCCED is #B33312. Grayscale: #A9A9A9. Windows color (decimal): -11744019 or 15584332. OLE color: 15584332.

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

Color convert

RGB 76 204 237 -
CMYK 0.68 0.14 0 0.07
HSL 192.3º 0.82% 0.61% -
HSV(B) 192.3º 0.68% 0.93% -
XYZ 39.86 50.84 87.83 -
YUV 169.49 166.09 61.32 -
System Red Green Blue C M Y K H S L
Decimal 76 204 237 0.68 0.14 0 0.07 192.3 0.82 0.61
Hex 4C CC ED 44 E 0 7 C0 52 3D
Octal 114 314 355 104 16 0 7 300 122 75
Binary 1001100 11001100 11101101 1000100 1110 0 111 11000000 1010010 111101

Color Harmonies of #4CCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCED

Black with #4CCCED

Text Example


Text Example

White with #4CCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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