Html Css Color HEX #3DCCCE Medium Turquoise

📋 copy color: '#3DCCCE'

red 61 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #3DCCCE

Tints of Medium Turquoise #3DCCCE

RGB

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

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

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

R = 12.95%
G = 43.31%
B = 43.74%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3DCCCE (or 0x3DCCCE) is known color: Medium Turquoise. HEX triplet: 3D, CC and CE. RGB value is (61,204,206). Sum of RGB (Red+Green+Blue) = 61+204+206=471 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.95% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #3DCCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCCE is #C23331. Grayscale: #A1A1A1. Windows color (decimal): -12727090 or 13552701. OLE color: 13552701.

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

Color convert

RGB 61 204 206 -
CMYK 0.70 0.01 0 0.19
HSL 180.83º 0.6% 0.52% -
HSV(B) 180.83º 0.7% 0.81% -
XYZ 34.66 48.63 65.95 -
YUV 161.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 61 204 206 0.70 0.01 0 0.19 180.83 0.6 0.52
Hex 3D CC CE 46 1 0 13 B5 3C 34
Octal 75 314 316 106 1 0 23 265 74 64
Binary 111101 11001100 11001110 1000110 1 0 10011 10110101 111100 110100

Color Harmonies of #3DCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCCCE

Black with #3DCCCE

Text Example


Text Example

White with #3DCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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