Html Css Color HEX #3BCDCE Medium Turquoise

📋 copy color: '#3BCDCE'

red 59 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #3BCDCE

Tints of Medium Turquoise #3BCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 12.55%
G = 43.62%
B = 43.83%

CMYK

 C value IS 0.71

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3BCDCE (or 0x3BCDCE) is known color: Medium Turquoise. HEX triplet: 3B, CD and CE. RGB value is (59,205,206). Sum of RGB (Red+Green+Blue) = 59+205+206=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #3BCDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDCE is #C43231. Grayscale: #A1A1A1. Windows color (decimal): -12857906 or 13552955. OLE color: 13552955.

HSL color Cylindrical-coordinate representation of color #3BCDCE: hue angle of 180.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCDCE is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 205 206 -
CMYK 0.71 0.00 0 0.19
HSL 180.41º 0.6% 0.52% -
HSV(B) 180.41º 0.71% 0.81% -
XYZ 34.78 49.05 66.03 -
YUV 161.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 59 205 206 0.71 0.00 0 0.19 180.41 0.6 0.52
Hex 3B CD CE 47 0 0 13 B4 3C 34
Octal 73 315 316 107 0 0 23 264 74 64
Binary 111011 11001101 11001110 1000111 0 0 10011 10110100 111100 110100

Color Harmonies of #3BCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCDCE

Black with #3BCDCE

Text Example


Text Example

White with #3BCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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