Html Css Color HEX #3BEBCD Turquoise

📋 copy color: '#3BEBCD'

red 59 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #3BEBCD

Tints of Turquoise #3BEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.09%

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 11.82%
G = 47.09%
B = 41.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#3BEBCD (or 0x3BEBCD) is known color: Turquoise. HEX triplet: 3B, EB and CD. RGB value is (59,235,205). Sum of RGB (Red+Green+Blue) = 59+235+205=499 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.82% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBCD is #C41432. Grayscale: #B2B2B2. Windows color (decimal): -12850227 or 13495099. OLE color: 13495099.

HSL color Cylindrical-coordinate representation of color #3BEBCD: hue angle of 169.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBCD is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 235 205 -
CMYK 0.75 0 0.13 0.08
HSL 169.77º 0.81% 0.58% -
HSV(B) 169.77º 0.75% 0.92% -
XYZ 42.53 64.75 68.01 -
YUV 178.96 142.69 42.44 -
System Red Green Blue C M Y K H S L
Decimal 59 235 205 0.75 0 0.13 0.08 169.77 0.81 0.58
Hex 3B EB CD 4B 0 D 8 AA 51 3A
Octal 73 353 315 113 0 15 10 252 121 72
Binary 111011 11101011 11001101 1001011 0 1101 1000 10101010 1010001 111010

Color Harmonies of #3BEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBCD

Black with #3BEBCD

Text Example


Text Example

White with #3BEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,235,205); }

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

background-color css

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

 a { background-color: rgb(59,235,205); }

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

border-color css

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

 span { border-color: rgb(59,235,205); }

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