Html Css Color HEX #4FFDCE Turquoise

📋 copy color: '#4FFDCE'

red 79 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #4FFDCE

Tints of Turquoise #4FFDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 14.68%
G = 47.03%
B = 38.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#4FFDCE (or 0x4FFDCE) is known color: Turquoise. HEX triplet: 4F, FD and CE. RGB value is (79,253,206). Sum of RGB (Red+Green+Blue) = 79+253+206=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDCE is #B00231. Grayscale: #C3C3C3. Windows color (decimal): -11534898 or 13565263. OLE color: 13565263.

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

Color convert

RGB 79 253 206 -
CMYK 0.69 0 0.19 0.01
HSL 163.79º 0.98% 0.65% -
HSV(B) 163.79º 0.69% 0.99% -
XYZ 49.49 76.37 70.52 -
YUV 195.62 133.85 44.82 -
System Red Green Blue C M Y K H S L
Decimal 79 253 206 0.69 0 0.19 0.01 163.79 0.98 0.65
Hex 4F FD CE 45 0 13 1 A4 62 41
Octal 117 375 316 105 0 23 1 244 142 101
Binary 1001111 11111101 11001110 1000101 0 10011 1 10100100 1100010 1000001

Color Harmonies of #4FFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDCE

Black with #4FFDCE

Text Example


Text Example

White with #4FFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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