Html Css Color HEX #3FFAF1 Turquoise

📋 copy color: '#3FFAF1'

red 63 ◦ green 250 ◦ blue 241

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

Shades of Turquoise #3FFAF1

Tints of Turquoise #3FFAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.5%

R = 11.37%
G = 45.13%
B = 43.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#3FFAF1 (or 0x3FFAF1) is known color: Turquoise. HEX triplet: 3F, FA and F1. RGB value is (63,250,241). Sum of RGB (Red+Green+Blue) = 63+250+241=554 (73% of max value = 765). Red value is 63 (25% from 255 or 11.37% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAF1 is #C0050E. Grayscale: #C0C0C0. Windows color (decimal): -12584207 or 15858239. OLE color: 15858239.

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

Color convert

RGB 63 250 241 -
CMYK 0.75 0 0.04 0.02
HSL 177.11º 0.95% 0.61% -
HSV(B) 177.11º 0.75% 0.98% -
XYZ 52.11 75.78 95.1 -
YUV 193.06 155.05 35.23 -
System Red Green Blue C M Y K H S L
Decimal 63 250 241 0.75 0 0.04 0.02 177.11 0.95 0.61
Hex 3F FA F1 4B 0 4 2 B1 5F 3D
Octal 77 372 361 113 0 4 2 261 137 75
Binary 111111 11111010 11110001 1001011 0 100 10 10110001 1011111 111101

Color Harmonies of #3FFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAF1

Black with #3FFAF1

Text Example


Text Example

White with #3FFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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