Html Css Color HEX #3BCBD6 Medium Turquoise

📋 copy color: '#3BCBD6'

red 59 ◦ green 203 ◦ blue 214

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

Shades of Medium Turquoise #3BCBD6

Tints of Medium Turquoise #3BCBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.65%

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 12.39%
G = 42.65%
B = 44.96%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3BCBD6 (or 0x3BCBD6) is known color: Medium Turquoise. HEX triplet: 3B, CB and D6. RGB value is (59,203,214). Sum of RGB (Red+Green+Blue) = 59+203+214=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #3BCBD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCBD6 is #C43429. Grayscale: #A1A1A1. Windows color (decimal): -12858410 or 14076731. OLE color: 14076731.

HSL color Cylindrical-coordinate representation of color #3BCBD6: hue angle of 184.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCBD6 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 203 214 -
CMYK 0.72 0.05 0 0.16
HSL 184.26º 0.65% 0.54% -
HSV(B) 184.26º 0.72% 0.84% -
XYZ 35.3 48.5 71.12 -
YUV 161.2 157.79 55.11 -
System Red Green Blue C M Y K H S L
Decimal 59 203 214 0.72 0.05 0 0.16 184.26 0.65 0.54
Hex 3B CB D6 48 5 0 10 B8 41 36
Octal 73 313 326 110 5 0 20 270 101 66
Binary 111011 11001011 11010110 1001000 101 0 10000 10111000 1000001 110110

Color Harmonies of #3BCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCBD6

Black with #3BCBD6

Text Example


Text Example

White with #3BCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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