Html Css Color HEX #4FE4FF Turquoise Blue

📋 copy color: '#4FE4FF'

red 79 ◦ green 228 ◦ blue 255

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

Shades of Turquoise Blue #4FE4FF

Tints of Turquoise Blue #4FE4FF

RGB

 RED value IS 79 (31.25% from 255) = 14.06%

 GREEN value IS 228 (89.45% from 255) = 40.57%

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

R = 14.06%
G = 40.57%
B = 45.37%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FE4FF (or 0x4FE4FF) is known color: Turquoise Blue. HEX triplet: 4F, E4 and FF. RGB value is (79,228,255). Sum of RGB (Red+Green+Blue) = 79+228+255=562 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.06% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FE4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE4FF is #B01B00. Grayscale: #BABABA. Windows color (decimal): -11541249 or 16770127. OLE color: 16770127.

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

Color convert

RGB 79 228 255 -
CMYK 0.69 0.11 0 0
HSL 189.2º 1% 0.65% -
HSV(B) 189.2º 0.69% 1% -
XYZ 49.02 64.37 104.45 -
YUV 186.53 166.64 51.3 -
System Red Green Blue C M Y K H S L
Decimal 79 228 255 0.69 0.11 0 0 189.2 1 0.65
Hex 4F E4 FF 45 B 0 0 BD 64 41
Octal 117 344 377 105 13 0 0 275 144 101
Binary 1001111 11100100 11111111 1000101 1011 0 0 10111101 1100100 1000001

Color Harmonies of #4FE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE4FF

Black with #4FE4FF

Text Example


Text Example

White with #4FE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,228,255); }

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

background-color css

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

 a { background-color: rgb(79,228,255); }

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

border-color css

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

 span { border-color: rgb(79,228,255); }

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