Html Css Color HEX #3AFCF1 Turquoise

📋 copy color: '#3AFCF1'

red 58 ◦ green 252 ◦ blue 241

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

Shades of Turquoise #3AFCF1

Tints of Turquoise #3AFCF1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.74%

 BLUE value IS 241 (94.53% from 255) = 43.74%

R = 10.53%
G = 45.74%
B = 43.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#3AFCF1 (or 0x3AFCF1) is known color: Turquoise. HEX triplet: 3A, FC and F1. RGB value is (58,252,241). Sum of RGB (Red+Green+Blue) = 58+252+241=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFCF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFCF1 is #C5030E. Grayscale: #C0C0C0. Windows color (decimal): -12911375 or 15858746. OLE color: 15858746.

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

Color convert

RGB 58 252 241 -
CMYK 0.77 0 0.04 0.01
HSL 176.6º 0.97% 0.61% -
HSV(B) 176.6º 0.77% 0.99% -
XYZ 52.43 76.87 95.29 -
YUV 192.74 155.23 31.89 -
System Red Green Blue C M Y K H S L
Decimal 58 252 241 0.77 0 0.04 0.01 176.6 0.97 0.61
Hex 3A FC F1 4D 0 4 1 B1 61 3D
Octal 72 374 361 115 0 4 1 261 141 75
Binary 111010 11111100 11110001 1001101 0 100 1 10110001 1100001 111101

Color Harmonies of #3AFCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFCF1

Black with #3AFCF1

Text Example


Text Example

White with #3AFCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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