Html Css Color HEX #3BECCF Turquoise

📋 copy color: '#3BECCF'

red 59 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #3BECCF

Tints of Turquoise #3BECCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 11.75%
G = 47.01%
B = 41.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#3BECCF (or 0x3BECCF) is known color: Turquoise. HEX triplet: 3B, EC and CF. RGB value is (59,236,207). Sum of RGB (Red+Green+Blue) = 59+236+207=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECCF is #C41330. Grayscale: #B3B3B3. Windows color (decimal): -12849969 or 13626427. OLE color: 13626427.

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

Color convert

RGB 59 236 207 -
CMYK 0.75 0 0.12 0.07
HSL 170.17º 0.82% 0.58% -
HSV(B) 170.17º 0.75% 0.93% -
XYZ 43.06 65.43 69.39 -
YUV 179.77 143.36 41.86 -
System Red Green Blue C M Y K H S L
Decimal 59 236 207 0.75 0 0.12 0.07 170.17 0.82 0.58
Hex 3B EC CF 4B 0 C 7 AA 52 3A
Octal 73 354 317 113 0 14 7 252 122 72
Binary 111011 11101100 11001111 1001011 0 1100 111 10101010 1010010 111010

Color Harmonies of #3BECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECCF

Black with #3BECCF

Text Example


Text Example

White with #3BECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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