Html Css Color HEX #3AF6FF Turquoise

📋 copy color: '#3AF6FF'

red 58 ◦ green 246 ◦ blue 255

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

Shades of Turquoise #3AF6FF

Tints of Turquoise #3AF6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.01%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 10.38%
G = 44.01%
B = 45.62%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3AF6FF (or 0x3AF6FF) is known color: Turquoise. HEX triplet: 3A, F6 and FF. RGB value is (58,246,255). Sum of RGB (Red+Green+Blue) = 58+246+255=559 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.38% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF6FF is #C50900. Grayscale: #BEBEBE. Windows color (decimal): -12912897 or 16774714. OLE color: 16774714.

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

Color convert

RGB 58 246 255 -
CMYK 0.77 0.04 0 0
HSL 182.74º 1% 0.61% -
HSV(B) 182.74º 0.77% 1% -
XYZ 52.75 74.03 106.12 -
YUV 190.81 164.22 33.27 -
System Red Green Blue C M Y K H S L
Decimal 58 246 255 0.77 0.04 0 0 182.74 1 0.61
Hex 3A F6 FF 4D 4 0 0 B7 64 3D
Octal 72 366 377 115 4 0 0 267 144 75
Binary 111010 11110110 11111111 1001101 100 0 0 10110111 1100100 111101

Color Harmonies of #3AF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF6FF

Black with #3AF6FF

Text Example


Text Example

White with #3AF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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