Html Css Color HEX #3FFAD8 Turquoise

📋 copy color: '#3FFAD8'

red 63 ◦ green 250 ◦ blue 216

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

Shades of Turquoise #3FFAD8

Tints of Turquoise #3FFAD8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.26%

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 11.91%
G = 47.26%
B = 40.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#3FFAD8 (or 0x3FFAD8) is known color: Turquoise. HEX triplet: 3F, FA and D8. RGB value is (63,250,216). Sum of RGB (Red+Green+Blue) = 63+250+216=529 (70% of max value = 765). Red value is 63 (25% from 255 or 11.91% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAD8 is #C00527. Grayscale: #BEBEBE. Windows color (decimal): -12584232 or 14219839. OLE color: 14219839.

HSL color Cylindrical-coordinate representation of color #3FFAD8: hue angle of 169.09º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAD8 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 216 -
CMYK 0.75 0 0.14 0.02
HSL 169.09º 0.95% 0.61% -
HSV(B) 169.09º 0.75% 0.98% -
XYZ 48.63 74.39 76.76 -
YUV 190.21 142.55 37.26 -
System Red Green Blue C M Y K H S L
Decimal 63 250 216 0.75 0 0.14 0.02 169.09 0.95 0.61
Hex 3F FA D8 4B 0 E 2 A9 5F 3D
Octal 77 372 330 113 0 16 2 251 137 75
Binary 111111 11111010 11011000 1001011 0 1110 10 10101001 1011111 111101

Color Harmonies of #3FFAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAD8

Black with #3FFAD8

Text Example


Text Example

White with #3FFAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,250,216); }

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

background-color css

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

 a { background-color: rgb(63,250,216); }

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

border-color css

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

 span { border-color: rgb(63,250,216); }

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