Html Css Color HEX #3BECC9 Turquoise

📋 copy color: '#3BECC9'

red 59 ◦ green 236 ◦ blue 201

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

Shades of Turquoise #3BECC9

Tints of Turquoise #3BECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.58%

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 11.9%
G = 47.58%
B = 40.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#3BECC9 (or 0x3BECC9) is known color: Turquoise. HEX triplet: 3B, EC and C9. RGB value is (59,236,201). Sum of RGB (Red+Green+Blue) = 59+236+201=496 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.90% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECC9 is #C41336. Grayscale: #B3B3B3. Windows color (decimal): -12849975 or 13233211. OLE color: 13233211.

HSL color Cylindrical-coordinate representation of color #3BECC9: hue angle of 168.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BECC9 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 236 201 -
CMYK 0.75 0 0.15 0.07
HSL 168.14º 0.82% 0.58% -
HSV(B) 168.14º 0.75% 0.93% -
XYZ 42.34 65.14 65.6 -
YUV 179.09 140.36 42.35 -
System Red Green Blue C M Y K H S L
Decimal 59 236 201 0.75 0 0.15 0.07 168.14 0.82 0.58
Hex 3B EC C9 4B 0 F 7 A8 52 3A
Octal 73 354 311 113 0 17 7 250 122 72
Binary 111011 11101100 11001001 1001011 0 1111 111 10101000 1010010 111010

Color Harmonies of #3BECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECC9

Black with #3BECC9

Text Example


Text Example

White with #3BECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,236,201); }

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

background-color css

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

 a { background-color: rgb(59,236,201); }

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

border-color css

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

 span { border-color: rgb(59,236,201); }

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