Html Css Color HEX #4ED2FF Turquoise Blue

📋 copy color: '#4ED2FF'

red 78 ◦ green 210 ◦ blue 255

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

Shades of Turquoise Blue #4ED2FF

Tints of Turquoise Blue #4ED2FF

RGB

 RED value IS 78 (30.86% from 255) = 14.36%

 GREEN value IS 210 (82.42% from 255) = 38.67%

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

R = 14.36%
G = 38.67%
B = 46.96%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4ED2FF (or 0x4ED2FF) is known color: Turquoise Blue. HEX triplet: 4E, D2 and FF. RGB value is (78,210,255). Sum of RGB (Red+Green+Blue) = 78+210+255=543 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.36% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ED2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED2FF is #B12D00. Grayscale: #AFAFAF. Windows color (decimal): -11611393 or 16765518. OLE color: 16765518.

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

Color convert

RGB 78 210 255 -
CMYK 0.69 0.18 0 0
HSL 195.25º 1% 0.65% -
HSV(B) 195.25º 0.69% 1% -
XYZ 44.24 54.93 102.88 -
YUV 175.66 172.77 58.34 -
System Red Green Blue C M Y K H S L
Decimal 78 210 255 0.69 0.18 0 0 195.25 1 0.65
Hex 4E D2 FF 45 12 0 0 C3 64 41
Octal 116 322 377 105 22 0 0 303 144 101
Binary 1001110 11010010 11111111 1000101 10010 0 0 11000011 1100100 1000001

Color Harmonies of #4ED2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED2FF

Black with #4ED2FF

Text Example


Text Example

White with #4ED2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,210,255); }

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

background-color css

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

 a { background-color: rgb(78,210,255); }

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

border-color css

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

 span { border-color: rgb(78,210,255); }

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