Html Css Color HEX #3AF0F1 Turquoise

📋 copy color: '#3AF0F1'

red 58 ◦ green 240 ◦ blue 241

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

Shades of Turquoise #3AF0F1

Tints of Turquoise #3AF0F1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.53%

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

R = 10.76%
G = 44.53%
B = 44.71%

CMYK

 C value IS 0.76

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3AF0F1 (or 0x3AF0F1) is known color: Turquoise. HEX triplet: 3A, F0 and F1. RGB value is (58,240,241). Sum of RGB (Red+Green+Blue) = 58+240+241=539 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.76% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #3AF0F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF0F1 is #C50F0E. Grayscale: #B9B9B9. Windows color (decimal): -12914447 or 15855674. OLE color: 15855674.

HSL color Cylindrical-coordinate representation of color #3AF0F1: hue angle of 180.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF0F1 is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 240 241 -
CMYK 0.76 0.00 0 0.05
HSL 180.33º 0.87% 0.59% -
HSV(B) 180.33º 0.76% 0.95% -
XYZ 48.78 69.57 94.08 -
YUV 185.7 159.2 36.92 -
System Red Green Blue C M Y K H S L
Decimal 58 240 241 0.76 0.00 0 0.05 180.33 0.87 0.59
Hex 3A F0 F1 4C 0 0 5 B4 57 3B
Octal 72 360 361 114 0 0 5 264 127 73
Binary 111010 11110000 11110001 1001100 0 0 101 10110100 1010111 111011

Color Harmonies of #3AF0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF0F1

Black with #3AF0F1

Text Example


Text Example

White with #3AF0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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