Html Css Color HEX #4CDCFF Turquoise Blue

📋 copy color: '#4CDCFF'

red 76 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #4CDCFF

Tints of Turquoise Blue #4CDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

 BLUE value IS 255 (100% from 255) = 46.28%

R = 13.79%
G = 39.93%
B = 46.28%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CDCFF (or 0x4CDCFF) is known color: Turquoise Blue. HEX triplet: 4C, DC and FF. RGB value is (76,220,255). Sum of RGB (Red+Green+Blue) = 76+220+255=551 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.79% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDCFF is #B32300. Grayscale: #B4B4B4. Windows color (decimal): -11739905 or 16768076. OLE color: 16768076.

HSL color Cylindrical-coordinate representation of color #4CDCFF: hue angle of 191.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDCFF is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 220 255 -
CMYK 0.70 0.14 0 0
HSL 191.73º 1% 0.65% -
HSV(B) 191.73º 0.7% 1% -
XYZ 46.62 59.94 103.72 -
YUV 180.93 169.79 53.15 -
System Red Green Blue C M Y K H S L
Decimal 76 220 255 0.70 0.14 0 0 191.73 1 0.65
Hex 4C DC FF 46 E 0 0 C0 64 41
Octal 114 334 377 106 16 0 0 300 144 101
Binary 1001100 11011100 11111111 1000110 1110 0 0 11000000 1100100 1000001

Color Harmonies of #4CDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDCFF

Black with #4CDCFF

Text Example


Text Example

White with #4CDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,220,255); }

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

background-color css

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

 a { background-color: rgb(76,220,255); }

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

border-color css

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

 span { border-color: rgb(76,220,255); }

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