Html Css Color HEX #3AFDE1 Turquoise

📋 copy color: '#3AFDE1'

red 58 ◦ green 253 ◦ blue 225

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

Shades of Turquoise #3AFDE1

Tints of Turquoise #3AFDE1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.2%

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 10.82%
G = 47.2%
B = 41.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#3AFDE1 (or 0x3AFDE1) is known color: Turquoise. HEX triplet: 3A, FD and E1. RGB value is (58,253,225). Sum of RGB (Red+Green+Blue) = 58+253+225=536 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.82% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFDE1 is #C5021E. Grayscale: #BFBFBF. Windows color (decimal): -12911135 or 14810426. OLE color: 14810426.

HSL color Cylindrical-coordinate representation of color #3AFDE1: hue angle of 171.38º degrees, saturation: 0.98, 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 #3AFDE1 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 253 225 -
CMYK 0.77 0 0.11 0.01
HSL 171.38º 0.98% 0.61% -
HSV(B) 171.38º 0.77% 0.99% -
XYZ 50.46 76.59 83.36 -
YUV 191.5 146.9 32.78 -
System Red Green Blue C M Y K H S L
Decimal 58 253 225 0.77 0 0.11 0.01 171.38 0.98 0.61
Hex 3A FD E1 4D 0 B 1 AB 62 3D
Octal 72 375 341 115 0 13 1 253 142 75
Binary 111010 11111101 11100001 1001101 0 1011 1 10101011 1100010 111101

Color Harmonies of #3AFDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFDE1

Black with #3AFDE1

Text Example


Text Example

White with #3AFDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,253,225); }

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

background-color css

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

 a { background-color: rgb(58,253,225); }

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

border-color css

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

 span { border-color: rgb(58,253,225); }

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