Html Css Color HEX #4FFDDB Turquoise

📋 copy color: '#4FFDDB'

red 79 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #4FFDDB

Tints of Turquoise #4FFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 14.34%
G = 45.92%
B = 39.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#4FFDDB (or 0x4FFDDB) is known color: Turquoise. HEX triplet: 4F, FD and DB. RGB value is (79,253,219). Sum of RGB (Red+Green+Blue) = 79+253+219=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDDB is #B00224. Grayscale: #C5C5C5. Windows color (decimal): -11534885 or 14417231. OLE color: 14417231.

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

Color convert

RGB 79 253 219 -
CMYK 0.69 0 0.13 0.01
HSL 168.28º 0.98% 0.65% -
HSV(B) 168.28º 0.69% 0.99% -
XYZ 51.14 77.03 79.19 -
YUV 197.1 140.35 43.76 -
System Red Green Blue C M Y K H S L
Decimal 79 253 219 0.69 0 0.13 0.01 168.28 0.98 0.65
Hex 4F FD DB 45 0 D 1 A8 62 41
Octal 117 375 333 105 0 15 1 250 142 101
Binary 1001111 11111101 11011011 1000101 0 1101 1 10101000 1100010 1000001

Color Harmonies of #4FFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDDB

Black with #4FFDDB

Text Example


Text Example

White with #4FFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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