Html Css Color HEX #3AF5FB Turquoise

📋 copy color: '#3AF5FB'

red 58 ◦ green 245 ◦ blue 251

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

Shades of Turquoise #3AF5FB

Tints of Turquoise #3AF5FB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.22%

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 10.47%
G = 44.22%
B = 45.31%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AF5FB (or 0x3AF5FB) is known color: Turquoise. HEX triplet: 3A, F5 and FB. RGB value is (58,245,251). Sum of RGB (Red+Green+Blue) = 58+245+251=554 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.47% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #3AF5FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF5FB is #C50A04. Grayscale: #BDBDBD. Windows color (decimal): -12913157 or 16512314. OLE color: 16512314.

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

Color convert

RGB 58 245 251 -
CMYK 0.77 0.02 0 0.02
HSL 181.87º 0.96% 0.61% -
HSV(B) 181.87º 0.77% 0.98% -
XYZ 51.81 73.17 102.66 -
YUV 189.77 162.55 34.01 -
System Red Green Blue C M Y K H S L
Decimal 58 245 251 0.77 0.02 0 0.02 181.87 0.96 0.61
Hex 3A F5 FB 4D 2 0 2 B6 60 3D
Octal 72 365 373 115 2 0 2 266 140 75
Binary 111010 11110101 11111011 1001101 10 0 10 10110110 1100000 111101

Color Harmonies of #3AF5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF5FB

Black with #3AF5FB

Text Example


Text Example

White with #3AF5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,245,251); }

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

background-color css

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

 a { background-color: rgb(58,245,251); }

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

border-color css

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

 span { border-color: rgb(58,245,251); }

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