Html Css Color HEX #3FFAF5 Turquoise

📋 copy color: '#3FFAF5'

red 63 ◦ green 250 ◦ blue 245

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

Shades of Turquoise #3FFAF5

Tints of Turquoise #3FFAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.91%

R = 11.29%
G = 44.8%
B = 43.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#3FFAF5 (or 0x3FFAF5) is known color: Turquoise. HEX triplet: 3F, FA and F5. RGB value is (63,250,245). Sum of RGB (Red+Green+Blue) = 63+250+245=558 (73% of max value = 765). Red value is 63 (25% from 255 or 11.29% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAF5 is #C0050A. Grayscale: #C1C1C1. Windows color (decimal): -12584203 or 16120383. OLE color: 16120383.

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

Color convert

RGB 63 250 245 -
CMYK 0.75 0 0.02 0.02
HSL 178.4º 0.95% 0.61% -
HSV(B) 178.4º 0.75% 0.98% -
XYZ 52.72 76.02 98.28 -
YUV 193.52 157.05 34.91 -
System Red Green Blue C M Y K H S L
Decimal 63 250 245 0.75 0 0.02 0.02 178.4 0.95 0.61
Hex 3F FA F5 4B 0 2 2 B2 5F 3D
Octal 77 372 365 113 0 2 2 262 137 75
Binary 111111 11111010 11110101 1001011 0 10 10 10110010 1011111 111101

Color Harmonies of #3FFAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAF5

Black with #3FFAF5

Text Example


Text Example

White with #3FFAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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