Html Css Color HEX #3BEBCB Turquoise

📋 copy color: '#3BEBCB'

red 59 ◦ green 235 ◦ blue 203

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

Shades of Turquoise #3BEBCB

Tints of Turquoise #3BEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 11.87%
G = 47.28%
B = 40.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#3BEBCB (or 0x3BEBCB) is known color: Turquoise. HEX triplet: 3B, EB and CB. RGB value is (59,235,203). Sum of RGB (Red+Green+Blue) = 59+235+203=497 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.87% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBCB is #C41434. Grayscale: #B2B2B2. Windows color (decimal): -12850229 or 13364027. OLE color: 13364027.

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

Color convert

RGB 59 235 203 -
CMYK 0.75 0 0.14 0.08
HSL 169.09º 0.81% 0.58% -
HSV(B) 169.09º 0.75% 0.92% -
XYZ 42.29 64.66 66.75 -
YUV 178.73 141.69 42.6 -
System Red Green Blue C M Y K H S L
Decimal 59 235 203 0.75 0 0.14 0.08 169.09 0.81 0.58
Hex 3B EB CB 4B 0 E 8 A9 51 3A
Octal 73 353 313 113 0 16 10 251 121 72
Binary 111011 11101011 11001011 1001011 0 1110 1000 10101001 1010001 111010

Color Harmonies of #3BEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBCB

Black with #3BEBCB

Text Example


Text Example

White with #3BEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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