Html Css Color HEX #4FF1DA Turquoise

📋 copy color: '#4FF1DA'

red 79 ◦ green 241 ◦ blue 218

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

Shades of Turquoise #4FF1DA

Tints of Turquoise #4FF1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.8%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 14.68%
G = 44.8%
B = 40.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#4FF1DA (or 0x4FF1DA) is known color: Turquoise. HEX triplet: 4F, F1 and DA. RGB value is (79,241,218). Sum of RGB (Red+Green+Blue) = 79+241+218=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1DA is #B00E25. Grayscale: #BDBDBD. Windows color (decimal): -11537958 or 14348623. OLE color: 14348623.

HSL color Cylindrical-coordinate representation of color #4FF1DA: hue angle of 171.48º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF1DA is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 241 218 -
CMYK 0.67 0 0.10 0.05
HSL 171.48º 0.85% 0.63% -
HSV(B) 171.48º 0.67% 0.95% -
XYZ 47.33 69.63 77.28 -
YUV 189.94 143.83 48.87 -
System Red Green Blue C M Y K H S L
Decimal 79 241 218 0.67 0 0.10 0.05 171.48 0.85 0.63
Hex 4F F1 DA 43 0 A 5 AB 55 3F
Octal 117 361 332 103 0 12 5 253 125 77
Binary 1001111 11110001 11011010 1000011 0 1010 101 10101011 1010101 111111

Color Harmonies of #4FF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF1DA

Black with #4FF1DA

Text Example


Text Example

White with #4FF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,241,218); }

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

background-color css

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

 a { background-color: rgb(79,241,218); }

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

border-color css

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

 span { border-color: rgb(79,241,218); }

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