Html Css Color HEX #3BC9CD Medium Turquoise

📋 copy color: '#3BC9CD'

red 59 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #3BC9CD

Tints of Medium Turquoise #3BC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

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

R = 12.69%
G = 43.23%
B = 44.09%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3BC9CD (or 0x3BC9CD) is known color: Medium Turquoise. HEX triplet: 3B, C9 and CD. RGB value is (59,201,205). Sum of RGB (Red+Green+Blue) = 59+201+205=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #3BC9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC9CD is #C43632. Grayscale: #9E9E9E. Windows color (decimal): -12858931 or 13486395. OLE color: 13486395.

HSL color Cylindrical-coordinate representation of color #3BC9CD: hue angle of 181.64º 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 #3BC9CD is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 201 205 -
CMYK 0.71 0.02 0 0.20
HSL 181.64º 0.59% 0.52% -
HSV(B) 181.64º 0.71% 0.8% -
XYZ 33.71 47.11 65.07 -
YUV 159 153.96 56.67 -
System Red Green Blue C M Y K H S L
Decimal 59 201 205 0.71 0.02 0 0.20 181.64 0.59 0.52
Hex 3B C9 CD 47 2 0 14 B6 3B 34
Octal 73 311 315 107 2 0 24 266 73 64
Binary 111011 11001001 11001101 1000111 10 0 10100 10110110 111011 110100

Color Harmonies of #3BC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC9CD

Black with #3BC9CD

Text Example


Text Example

White with #3BC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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