Html Css Color HEX #3BF6CE Turquoise

📋 copy color: '#3BF6CE'

red 59 ◦ green 246 ◦ blue 206

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

Shades of Turquoise #3BF6CE

Tints of Turquoise #3BF6CE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.14%

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 11.55%
G = 48.14%
B = 40.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#3BF6CE (or 0x3BF6CE) is known color: Turquoise. HEX triplet: 3B, F6 and CE. RGB value is (59,246,206). Sum of RGB (Red+Green+Blue) = 59+246+206=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF6CE is #C40931. Grayscale: #B9B9B9. Windows color (decimal): -12847410 or 13563451. OLE color: 13563451.

HSL color Cylindrical-coordinate representation of color #3BF6CE: hue angle of 167.17º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF6CE is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 59 246 206 -
CMYK 0.76 0 0.16 0.04
HSL 167.17º 0.91% 0.6% -
HSV(B) 167.17º 0.76% 0.96% -
XYZ 45.9 71.3 69.74 -
YUV 185.53 139.55 37.75 -
System Red Green Blue C M Y K H S L
Decimal 59 246 206 0.76 0 0.16 0.04 167.17 0.91 0.6
Hex 3B F6 CE 4C 0 10 4 A7 5B 3C
Octal 73 366 316 114 0 20 4 247 133 74
Binary 111011 11110110 11001110 1001100 0 10000 100 10100111 1011011 111100

Color Harmonies of #3BF6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF6CE

Black with #3BF6CE

Text Example


Text Example

White with #3BF6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,246,206); }

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

background-color css

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

 a { background-color: rgb(59,246,206); }

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

border-color css

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

 span { border-color: rgb(59,246,206); }

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