Html Css Color HEX #3BCDCD Medium Turquoise

📋 copy color: '#3BCDCD'

red 59 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #3BCDCD

Tints of Medium Turquoise #3BCDCD

RGB

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

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

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

R = 12.58%
G = 43.71%
B = 43.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3BCDCD (or 0x3BCDCD) is known color: Medium Turquoise. HEX triplet: 3B, CD and CD. RGB value is (59,205,205). Sum of RGB (Red+Green+Blue) = 59+205+205=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #3BCDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDCD is #C43232. Grayscale: #A1A1A1. Windows color (decimal): -12857907 or 13487419. OLE color: 13487419.

HSL color Cylindrical-coordinate representation of color #3BCDCD: hue angle of 180º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCDCD is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 205 205 -
CMYK 0.71 0 0 0.20
HSL 180º 0.59% 0.52% -
HSV(B) 180º 0.71% 0.8% -
XYZ 34.65 49 65.39 -
YUV 161.35 152.63 55 -
System Red Green Blue C M Y K H S L
Decimal 59 205 205 0.71 0 0 0.20 180 0.59 0.52
Hex 3B CD CD 47 0 0 14 B4 3B 34
Octal 73 315 315 107 0 0 24 264 73 64
Binary 111011 11001101 11001101 1000111 0 0 10100 10110100 111011 110100

Color Harmonies of #3BCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCDCD

Black with #3BCDCD

Text Example


Text Example

White with #3BCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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