#3AF4FF

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

Shades of Turquoise #3AF4FF

Tints of Turquoise #3AF4FF

Color information

#3AF4FF (or 0x3AF4FF) is unknown color: approx Turquoise. HEX triplet: 3A, F4 and FF. RGB value is (58,244,255). Sum of RGB (Red+Green+Blue) = 58+244+255=557 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.41% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF4FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF4FF is #C50B00. Grayscale: #BDBDBD. Windows color (decimal): -12913409 or 16774202. OLE color: 16774202.

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

Color convert

RGB58244255-
CMYK0.770.0400
HSL183.35º100%61.37%-
HSV(B)183.35º77.25%100%-
XYZ52.1572.82105.92-
YUV189.64164.8834.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.41%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 255 (100% from 255) = 45.78%
R=10.41%
G=43.81%
B=45.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal582442550.770.0400183.3510061.37
Hex3AF4FF4D400b7643d
Octal7236437711540026714475
Binary1110101111010011111111100110110000101101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,244,255); }

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

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

 a { background-color: rgb(58,244,255); }

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

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

 span { border-color: rgb(58,244,255); }

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