Html Css Color HEX #3FFAD7 Turquoise

📋 copy color: '#3FFAD7'

red 63 ◦ green 250 ◦ blue 215

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

Shades of Turquoise #3FFAD7

Tints of Turquoise #3FFAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 11.93%
G = 47.35%
B = 40.72%

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

#3FFAD7 (or 0x3FFAD7) is known color: Turquoise. HEX triplet: 3F, FA and D7. RGB value is (63,250,215). Sum of RGB (Red+Green+Blue) = 63+250+215=528 (69% of max value = 765). Red value is 63 (25% from 255 or 11.93% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAD7 is #C00528. Grayscale: #BEBEBE. Windows color (decimal): -12584233 or 14154303. OLE color: 14154303.

HSL color Cylindrical-coordinate representation of color #3FFAD7: hue angle of 168.77º 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 #3FFAD7 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 215 -
CMYK 0.75 0 0.14 0.02
HSL 168.77º 0.95% 0.61% -
HSV(B) 168.77º 0.75% 0.98% -
XYZ 48.5 74.33 76.08 -
YUV 190.1 142.05 37.35 -
System Red Green Blue C M Y K H S L
Decimal 63 250 215 0.75 0 0.14 0.02 168.77 0.95 0.61
Hex 3F FA D7 4B 0 E 2 A9 5F 3D
Octal 77 372 327 113 0 16 2 251 137 75
Binary 111111 11111010 11010111 1001011 0 1110 10 10101001 1011111 111101

Color Harmonies of #3FFAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAD7

Black with #3FFAD7

Text Example


Text Example

White with #3FFAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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