Html Css Color HEX #3BECCC Turquoise

📋 copy color: '#3BECCC'

red 59 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #3BECCC

Tints of Turquoise #3BECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 11.82%
G = 47.29%
B = 40.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3BECCC (or 0x3BECCC) is known color: Turquoise. HEX triplet: 3B, EC and CC. RGB value is (59,236,204). Sum of RGB (Red+Green+Blue) = 59+236+204=499 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.82% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECCC is #C41333. Grayscale: #B3B3B3. Windows color (decimal): -12849972 or 13429819. OLE color: 13429819.

HSL color Cylindrical-coordinate representation of color #3BECCC: hue angle of 169.15º 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 #3BECCC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 236 204 -
CMYK 0.75 0 0.14 0.07
HSL 169.15º 0.82% 0.58% -
HSV(B) 169.15º 0.75% 0.93% -
XYZ 42.7 65.28 67.48 -
YUV 179.43 141.86 42.1 -
System Red Green Blue C M Y K H S L
Decimal 59 236 204 0.75 0 0.14 0.07 169.15 0.82 0.58
Hex 3B EC CC 4B 0 E 7 A9 52 3A
Octal 73 354 314 113 0 16 7 251 122 72
Binary 111011 11101100 11001100 1001011 0 1110 111 10101001 1010010 111010

Color Harmonies of #3BECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECCC

Black with #3BECCC

Text Example


Text Example

White with #3BECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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