Html Css Color HEX #4FDCED Turquoise Blue

📋 copy color: '#4FDCED'

red 79 ◦ green 220 ◦ blue 237

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

Shades of Turquoise Blue #4FDCED

Tints of Turquoise Blue #4FDCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 14.74%
G = 41.04%
B = 44.22%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FDCED (or 0x4FDCED) is known color: Turquoise Blue. HEX triplet: 4F, DC and ED. RGB value is (79,220,237). Sum of RGB (Red+Green+Blue) = 79+220+237=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDCED is #B02312. Grayscale: #B3B3B3. Windows color (decimal): -11543315 or 15588431. OLE color: 15588431.

HSL color Cylindrical-coordinate representation of color #4FDCED: hue angle of 186.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDCED is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 220 237 -
CMYK 0.67 0.07 0 0.07
HSL 186.46º 0.81% 0.62% -
HSV(B) 186.46º 0.67% 0.93% -
XYZ 44.1 58.96 89.18 -
YUV 179.78 160.29 56.12 -
System Red Green Blue C M Y K H S L
Decimal 79 220 237 0.67 0.07 0 0.07 186.46 0.81 0.62
Hex 4F DC ED 43 7 0 7 BA 51 3E
Octal 117 334 355 103 7 0 7 272 121 76
Binary 1001111 11011100 11101101 1000011 111 0 111 10111010 1010001 111110

Color Harmonies of #4FDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCED

Black with #4FDCED

Text Example


Text Example

White with #4FDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,220,237); }

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

background-color css

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

 a { background-color: rgb(79,220,237); }

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

border-color css

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

 span { border-color: rgb(79,220,237); }

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