Html Css Color HEX #3FF0D9 Turquoise

📋 copy color: '#3FF0D9'

red 63 ◦ green 240 ◦ blue 217

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

Shades of Turquoise #3FF0D9

Tints of Turquoise #3FF0D9

RGB

 RED value IS 63 (25% from 255) = 12.12%

 GREEN value IS 240 (94.14% from 255) = 46.15%

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 12.12%
G = 46.15%
B = 41.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#3FF0D9 (or 0x3FF0D9) is known color: Turquoise. HEX triplet: 3F, F0 and D9. RGB value is (63,240,217). Sum of RGB (Red+Green+Blue) = 63+240+217=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0D9 is #C00F26. Grayscale: #B8B8B8. Windows color (decimal): -12586791 or 14282815. OLE color: 14282815.

HSL color Cylindrical-coordinate representation of color #3FF0D9: hue angle of 172.2º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0D9 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 217 -
CMYK 0.74 0 0.10 0.06
HSL 172.2º 0.86% 0.59% -
HSV(B) 172.2º 0.74% 0.94% -
XYZ 45.73 68.39 76.44 -
YUV 184.46 146.36 41.37 -
System Red Green Blue C M Y K H S L
Decimal 63 240 217 0.74 0 0.10 0.06 172.2 0.86 0.59
Hex 3F F0 D9 4A 0 A 6 AC 56 3B
Octal 77 360 331 112 0 12 6 254 126 73
Binary 111111 11110000 11011001 1001010 0 1010 110 10101100 1010110 111011

Color Harmonies of #3FF0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF0D9

Black with #3FF0D9

Text Example


Text Example

White with #3FF0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FF0D9; }

 p { color: rgb(63,240,217); }

 H1.HeaderClassName
 {
   color: #3FF0D9;
 }
 .AnyTagClassName
 {
   color: #3FF0D9;
 }
</style>

background-color css

<style>
 a { background-color: #3FF0D9; }

 a { background-color: rgb(63,240,217); }

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

border-color css

<style>
 span { border-color: #3FF0D9; }

 span { border-color: rgb(63,240,217); }

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