Html Css Color HEX #3BE0C6 Turquoise

📋 copy color: '#3BE0C6'

red 59 ◦ green 224 ◦ blue 198

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

Shades of Turquoise #3BE0C6

Tints of Turquoise #3BE0C6

RGB

 RED value IS 59 (23.44% from 255) = 12.27%

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 198 (77.73% from 255) = 41.16%

R = 12.27%
G = 46.57%
B = 41.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#3BE0C6 (or 0x3BE0C6) is known color: Turquoise. HEX triplet: 3B, E0 and C6. RGB value is (59,224,198). Sum of RGB (Red+Green+Blue) = 59+224+198=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE0C6 is #C41F39. Grayscale: #ABABAB. Windows color (decimal): -12853050 or 13033531. OLE color: 13033531.

HSL color Cylindrical-coordinate representation of color #3BE0C6: hue angle of 170.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE0C6 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 224 198 -
CMYK 0.74 0 0.12 0.12
HSL 170.55º 0.73% 0.55% -
HSV(B) 170.55º 0.74% 0.88% -
XYZ 38.65 58.32 62.65 -
YUV 171.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 59 224 198 0.74 0 0.12 0.12 170.55 0.73 0.55
Hex 3B E0 C6 4A 0 C C AB 49 37
Octal 73 340 306 112 0 14 14 253 111 67
Binary 111011 11100000 11000110 1001010 0 1100 1100 10101011 1001001 110111

Color Harmonies of #3BE0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE0C6

Black with #3BE0C6

Text Example


Text Example

White with #3BE0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,224,198); }

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

background-color css

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

 a { background-color: rgb(59,224,198); }

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

border-color css

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

 span { border-color: rgb(59,224,198); }

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