Html Css Color HEX #3AF9FA Turquoise

📋 copy color: '#3AF9FA'

red 58 ◦ green 249 ◦ blue 250

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

Shades of Turquoise #3AF9FA

Tints of Turquoise #3AF9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 10.41%
G = 44.7%
B = 44.88%

CMYK

 C value IS 0.77

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AF9FA (or 0x3AF9FA) is known color: Turquoise. HEX triplet: 3A, F9 and FA. RGB value is (58,249,250). Sum of RGB (Red+Green+Blue) = 58+249+250=557 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.41% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AF9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF9FA is #C50605. Grayscale: #BFBFBF. Windows color (decimal): -12912134 or 16447802. OLE color: 16447802.

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

Color convert

RGB 58 249 250 -
CMYK 0.77 0.00 0 0.02
HSL 180.31º 0.95% 0.6% -
HSV(B) 180.31º 0.77% 0.98% -
XYZ 52.88 75.55 102.24 -
YUV 192.01 160.72 32.42 -
System Red Green Blue C M Y K H S L
Decimal 58 249 250 0.77 0.00 0 0.02 180.31 0.95 0.6
Hex 3A F9 FA 4D 0 0 2 B4 5F 3C
Octal 72 371 372 115 0 0 2 264 137 74
Binary 111010 11111001 11111010 1001101 0 0 10 10110100 1011111 111100

Color Harmonies of #3AF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF9FA

Black with #3AF9FA

Text Example


Text Example

White with #3AF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,250); }

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

background-color css

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

 a { background-color: rgb(58,249,250); }

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

border-color css

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

 span { border-color: rgb(58,249,250); }

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