Html Css Color HEX #4FDDFD Turquoise Blue

📋 copy color: '#4FDDFD'

red 79 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #4FDDFD

Tints of Turquoise Blue #4FDDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.96%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 14.29%
G = 39.96%
B = 45.75%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FDDFD (or 0x4FDDFD) is known color: Turquoise Blue. HEX triplet: 4F, DD and FD. RGB value is (79,221,253). Sum of RGB (Red+Green+Blue) = 79+221+253=553 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.29% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDFD is #B02202. Grayscale: #B5B5B5. Windows color (decimal): -11543043 or 16637263. OLE color: 16637263.

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

Color convert

RGB 79 221 253 -
CMYK 0.69 0.13 0 0.01
HSL 191.03º 0.98% 0.65% -
HSV(B) 191.03º 0.69% 0.99% -
XYZ 46.81 60.47 102.13 -
YUV 182.19 167.96 54.4 -
System Red Green Blue C M Y K H S L
Decimal 79 221 253 0.69 0.13 0 0.01 191.03 0.98 0.65
Hex 4F DD FD 45 D 0 1 BF 62 41
Octal 117 335 375 105 15 0 1 277 142 101
Binary 1001111 11011101 11111101 1000101 1101 0 1 10111111 1100010 1000001

Color Harmonies of #4FDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDDFD

Black with #4FDDFD

Text Example


Text Example

White with #4FDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,221,253); }

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

background-color css

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

 a { background-color: rgb(79,221,253); }

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

border-color css

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

 span { border-color: rgb(79,221,253); }

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