Html Css Color HEX #4CD8FE Turquoise Blue

📋 copy color: '#4CD8FE'

red 76 ◦ green 216 ◦ blue 254

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

Shades of Turquoise Blue #4CD8FE

Tints of Turquoise Blue #4CD8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.56%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 13.92%
G = 39.56%
B = 46.52%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CD8FE (or 0x4CD8FE) is known color: Turquoise Blue. HEX triplet: 4C, D8 and FE. RGB value is (76,216,254). Sum of RGB (Red+Green+Blue) = 76+216+254=546 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.92% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CD8FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD8FE is #B32701. Grayscale: #B2B2B2. Windows color (decimal): -11740930 or 16701516. OLE color: 16701516.

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

Color convert

RGB 76 216 254 -
CMYK 0.70 0.15 0 0.00
HSL 192.81º 0.99% 0.65% -
HSV(B) 192.81º 0.7% 1% -
XYZ 45.43 57.8 102.53 -
YUV 178.47 170.62 54.91 -
System Red Green Blue C M Y K H S L
Decimal 76 216 254 0.70 0.15 0 0.00 192.81 0.99 0.65
Hex 4C D8 FE 46 F 0 0 C1 63 41
Octal 114 330 376 106 17 0 0 301 143 101
Binary 1001100 11011000 11111110 1000110 1111 0 0 11000001 1100011 1000001

Color Harmonies of #4CD8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD8FE

Black with #4CD8FE

Text Example


Text Example

White with #4CD8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,216,254); }

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

background-color css

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

 a { background-color: rgb(76,216,254); }

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

border-color css

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

 span { border-color: rgb(76,216,254); }

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