Html Css Color HEX #3FF2B6 Turquoise

📋 copy color: '#3FF2B6'

red 63 ◦ green 242 ◦ blue 182

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

Shades of Turquoise #3FF2B6

Tints of Turquoise #3FF2B6

RGB

 RED value IS 63 (25% from 255) = 12.94%

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

 BLUE value IS 182 (71.48% from 255) = 37.37%

R = 12.94%
G = 49.69%
B = 37.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#3FF2B6 (or 0x3FF2B6) is known color: Turquoise. HEX triplet: 3F, F2 and B6. RGB value is (63,242,182). Sum of RGB (Red+Green+Blue) = 63+242+182=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2B6 is #C00D49. Grayscale: #B5B5B5. Windows color (decimal): -12586314 or 11989567. OLE color: 11989567.

HSL color Cylindrical-coordinate representation of color #3FF2B6: hue angle of 159.89º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2B6 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 242 182 -
CMYK 0.74 0 0.25 0.05
HSL 159.89º 0.87% 0.6% -
HSV(B) 159.89º 0.74% 0.95% -
XYZ 42.25 67.94 55.14 -
YUV 181.64 128.2 43.38 -
System Red Green Blue C M Y K H S L
Decimal 63 242 182 0.74 0 0.25 0.05 159.89 0.87 0.6
Hex 3F F2 B6 4A 0 19 5 A0 57 3C
Octal 77 362 266 112 0 31 5 240 127 74
Binary 111111 11110010 10110110 1001010 0 11001 101 10100000 1010111 111100

Color Harmonies of #3FF2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF2B6

Black with #3FF2B6

Text Example


Text Example

White with #3FF2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,242,182); }

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

background-color css

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

 a { background-color: rgb(63,242,182); }

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

border-color css

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

 span { border-color: rgb(63,242,182); }

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