Html Css Color HEX #4CD6FF Turquoise Blue

📋 copy color: '#4CD6FF'

red 76 ◦ green 214 ◦ blue 255

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

Shades of Turquoise Blue #4CD6FF

Tints of Turquoise Blue #4CD6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.27%

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

R = 13.94%
G = 39.27%
B = 46.79%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CD6FF (or 0x4CD6FF) is known color: Turquoise Blue. HEX triplet: 4C, D6 and FF. RGB value is (76,214,255). Sum of RGB (Red+Green+Blue) = 76+214+255=545 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.94% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CD6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD6FF is #B32900. Grayscale: #B1B1B1. Windows color (decimal): -11741441 or 16766540. OLE color: 16766540.

HSL color Cylindrical-coordinate representation of color #4CD6FF: hue angle of 193.74º 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 #4CD6FF is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 214 255 -
CMYK 0.70 0.16 0 0
HSL 193.74º 1% 0.65% -
HSV(B) 193.74º 0.7% 1% -
XYZ 45.08 56.85 103.21 -
YUV 177.41 171.78 55.67 -
System Red Green Blue C M Y K H S L
Decimal 76 214 255 0.70 0.16 0 0 193.74 1 0.65
Hex 4C D6 FF 46 10 0 0 C2 64 41
Octal 114 326 377 106 20 0 0 302 144 101
Binary 1001100 11010110 11111111 1000110 10000 0 0 11000010 1100100 1000001

Color Harmonies of #4CD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD6FF

Black with #4CD6FF

Text Example


Text Example

White with #4CD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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