#3AF1FE

Color #3AF1FE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3AF1FE

Tints of Turquoise #3AF1FE

Color information

#3AF1FE (or 0x3AF1FE) is unknown color: approx Turquoise. HEX triplet: 3A, F1 and FE. RGB value is (58,241,254). Sum of RGB (Red+Green+Blue) = 58+241+254=553 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.49% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AF1FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF1FE is #C50E01. Grayscale: #BBBBBB. Windows color (decimal): -12914178 or 16707898. OLE color: 16707898.

HSL color Cylindrical-coordinate representation of color #3AF1FE: hue angle of 183.98º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF1FE is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB58241254-
CMYK0.770.0500.00
HSL183.98º98.99%61.18%-
HSV(B)183.98º77.17%99.61%-
XYZ51.0970.97104.77-
YUV187.76165.3735.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.49%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=10.49%
G=43.58%
B=45.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal582412540.770.0500.00183.9898.9961.18
Hex3AF1FE4D500b8633d
Octal7236137611550027014375
Binary1110101111000111111110100110110100101110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3AF1FE;
 }
 .AnyTagClassName
 {
   color: #3AF1FE;
 }
</style>
background-color css

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

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

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

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

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

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