Html Css Color HEX #3AF2BB Turquoise

📋 copy color: '#3AF2BB'

red 58 ◦ green 242 ◦ blue 187

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

Shades of Turquoise #3AF2BB

Tints of Turquoise #3AF2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 11.91%
G = 49.69%
B = 38.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#3AF2BB (or 0x3AF2BB) is known color: Turquoise. HEX triplet: 3A, F2 and BB. RGB value is (58,242,187). Sum of RGB (Red+Green+Blue) = 58+242+187=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2BB is #C50D44. Grayscale: #B4B4B4. Windows color (decimal): -12913989 or 12317242. OLE color: 12317242.

HSL color Cylindrical-coordinate representation of color #3AF2BB: hue angle of 162.07º 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 #3AF2BB is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 187 -
CMYK 0.76 0 0.23 0.05
HSL 162.07º 0.88% 0.59% -
HSV(B) 162.07º 0.76% 0.95% -
XYZ 42.47 67.99 57.9 -
YUV 180.71 131.54 40.47 -
System Red Green Blue C M Y K H S L
Decimal 58 242 187 0.76 0 0.23 0.05 162.07 0.88 0.59
Hex 3A F2 BB 4C 0 17 5 A2 58 3B
Octal 72 362 273 114 0 27 5 242 130 73
Binary 111010 11110010 10111011 1001100 0 10111 101 10100010 1011000 111011

Color Harmonies of #3AF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF2BB

Black with #3AF2BB

Text Example


Text Example

White with #3AF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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