Html Css Color HEX #3DCCC8 Medium Turquoise

📋 copy color: '#3DCCC8'

red 61 ◦ green 204 ◦ blue 200

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

Shades of Medium Turquoise #3DCCC8

Tints of Medium Turquoise #3DCCC8

RGB

 RED value IS 61 (24.22% from 255) = 13.12%

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 200 (78.52% from 255) = 43.01%

R = 13.12%
G = 43.87%
B = 43.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#3DCCC8 (or 0x3DCCC8) is known color: Medium Turquoise. HEX triplet: 3D, CC and C8. RGB value is (61,204,200). Sum of RGB (Red+Green+Blue) = 61+204+200=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCC8 is #C23337. Grayscale: #A0A0A0. Windows color (decimal): -12727096 or 13159485. OLE color: 13159485.

HSL color Cylindrical-coordinate representation of color #3DCCC8: hue angle of 178.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCCC8 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 204 200 -
CMYK 0.70 0 0.02 0.2
HSL 178.32º 0.58% 0.52% -
HSV(B) 178.32º 0.7% 0.8% -
XYZ 33.94 48.35 62.19 -
YUV 160.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 61 204 200 0.70 0 0.02 0.2 178.32 0.58 0.52
Hex 3D CC C8 46 0 2 14 B2 3A 34
Octal 75 314 310 106 0 2 24 262 72 64
Binary 111101 11001100 11001000 1000110 0 10 10100 10110010 111010 110100

Color Harmonies of #3DCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCCC8

Black with #3DCCC8

Text Example


Text Example

White with #3DCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,204,200); }

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

background-color css

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

 a { background-color: rgb(61,204,200); }

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

border-color css

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

 span { border-color: rgb(61,204,200); }

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