Html Css Color HEX #3AF2BE Turquoise

📋 copy color: '#3AF2BE'

red 58 ◦ green 242 ◦ blue 190

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

Shades of Turquoise #3AF2BE

Tints of Turquoise #3AF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 11.84%
G = 49.39%
B = 38.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#3AF2BE (or 0x3AF2BE) is known color: Turquoise. HEX triplet: 3A, F2 and BE. RGB value is (58,242,190). Sum of RGB (Red+Green+Blue) = 58+242+190=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2BE is #C50D41. Grayscale: #B5B5B5. Windows color (decimal): -12913986 or 12513850. OLE color: 12513850.

HSL color Cylindrical-coordinate representation of color #3AF2BE: hue angle of 163.04º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF2BE is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 190 -
CMYK 0.76 0 0.21 0.05
HSL 163.04º 0.88% 0.59% -
HSV(B) 163.04º 0.76% 0.95% -
XYZ 42.79 68.12 59.61 -
YUV 181.06 133.04 40.23 -
System Red Green Blue C M Y K H S L
Decimal 58 242 190 0.76 0 0.21 0.05 163.04 0.88 0.59
Hex 3A F2 BE 4C 0 15 5 A3 58 3B
Octal 72 362 276 114 0 25 5 243 130 73
Binary 111010 11110010 10111110 1001100 0 10101 101 10100011 1011000 111011

Color Harmonies of #3AF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF2BE

Black with #3AF2BE

Text Example


Text Example

White with #3AF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,242,190); }

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

background-color css

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

 a { background-color: rgb(58,242,190); }

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

border-color css

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

 span { border-color: rgb(58,242,190); }

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