Html Css Color HEX #3AF0BC Turquoise

📋 copy color: '#3AF0BC'

red 58 ◦ green 240 ◦ blue 188

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

Shades of Turquoise #3AF0BC

Tints of Turquoise #3AF0BC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 11.93%
G = 49.38%
B = 38.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#3AF0BC (or 0x3AF0BC) is known color: Turquoise. HEX triplet: 3A, F0 and BC. RGB value is (58,240,188). Sum of RGB (Red+Green+Blue) = 58+240+188=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF0BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF0BC is #C50F43. Grayscale: #B3B3B3. Windows color (decimal): -12914500 or 12382266. OLE color: 12382266.

HSL color Cylindrical-coordinate representation of color #3AF0BC: hue angle of 162.86º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF0BC is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 188 -
CMYK 0.76 0 0.22 0.06
HSL 162.86º 0.86% 0.58% -
HSV(B) 162.86º 0.76% 0.94% -
XYZ 41.98 66.85 58.27 -
YUV 179.65 132.7 41.23 -
System Red Green Blue C M Y K H S L
Decimal 58 240 188 0.76 0 0.22 0.06 162.86 0.86 0.58
Hex 3A F0 BC 4C 0 16 6 A3 56 3A
Octal 72 360 274 114 0 26 6 243 126 72
Binary 111010 11110000 10111100 1001100 0 10110 110 10100011 1010110 111010

Color Harmonies of #3AF0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF0BC

Black with #3AF0BC

Text Example


Text Example

White with #3AF0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,240,188); }

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

background-color css

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

 a { background-color: rgb(58,240,188); }

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

border-color css

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

 span { border-color: rgb(58,240,188); }

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