Html Css Color HEX #3AF1F9 Turquoise

📋 copy color: '#3AF1F9'

red 58 ◦ green 241 ◦ blue 249

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

Shades of Turquoise #3AF1F9

Tints of Turquoise #3AF1F9

RGB

 RED value IS 58 (23.05% from 255) = 10.58%

 GREEN value IS 241 (94.53% from 255) = 43.98%

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 10.58%
G = 43.98%
B = 45.44%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AF1F9 (or 0x3AF1F9) is known color: Turquoise. HEX triplet: 3A, F1 and F9. RGB value is (58,241,249). Sum of RGB (Red+Green+Blue) = 58+241+249=548 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.58% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #3AF1F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF1F9 is #C50E06. Grayscale: #BABABA. Windows color (decimal): -12914183 or 16380218. OLE color: 16380218.

HSL color Cylindrical-coordinate representation of color #3AF1F9: hue angle of 182.51º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF1F9 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 241 249 -
CMYK 0.77 0.03 0 0.02
HSL 182.51º 0.94% 0.6% -
HSV(B) 182.51º 0.77% 0.98% -
XYZ 50.3 70.65 100.61 -
YUV 187.2 162.87 35.85 -
System Red Green Blue C M Y K H S L
Decimal 58 241 249 0.77 0.03 0 0.02 182.51 0.94 0.6
Hex 3A F1 F9 4D 3 0 2 B7 5E 3C
Octal 72 361 371 115 3 0 2 267 136 74
Binary 111010 11110001 11111001 1001101 11 0 10 10110111 1011110 111100

Color Harmonies of #3AF1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF1F9

Black with #3AF1F9

Text Example


Text Example

White with #3AF1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,241,249); }

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

background-color css

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

 a { background-color: rgb(58,241,249); }

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

border-color css

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

 span { border-color: rgb(58,241,249); }

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